diff --git a/ui/src/style/chronograf/components/_Panel.scss b/ui/src/style/chronograf/components/_Panel.scss index a7fcdb832..240f97dea 100644 --- a/ui/src/style/chronograf/components/_Panel.scss +++ b/ui/src/style/chronograf/components/_Panel.scss @@ -13,13 +13,12 @@ // For when an panel item is open &.active { background-color: $g4-onyx; - .panel__header { - &-name { - color: $g20-white; + + .panel--name { + color: $g20-white; - .icon { - transform: translateY(-50%) rotate(90deg); - } + .icon { + transform: translateY(-50%) rotate(90deg); } } }