From 9f269eb4cd4bec56d56b664b6ee4de82a29c3e02 Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sat, 30 Jan 2021 17:47:50 +0000 Subject: [PATCH] Fix hover always show logic. --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }