diff --git a/src/App.scss b/src/App.scss index e76c2bc..abe1c9d 100644 --- a/src/App.scss +++ b/src/App.scss @@ -27,7 +27,7 @@ $number-of-channels: 3; .hover-label { display: none; - &:not(.always-show) { + &.always-show { display: block; } }