Fix hover always show logic.

This commit is contained in:
Matthew Stratford 2021-01-30 17:47:50 +00:00
parent 820813e024
commit 9f269eb4cd

View file

@ -27,7 +27,7 @@ $number-of-channels: 3;
.hover-label {
display: none;
&:not(.always-show) {
&.always-show {
display: block;
}
}