Fix hover always show logic.
This commit is contained in:
parent
820813e024
commit
9f269eb4cd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ $number-of-channels: 3;
|
|||
.hover-label {
|
||||
display: none;
|
||||
|
||||
&:not(.always-show) {
|
||||
&.always-show {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue