Fix hover color

This commit is contained in:
Yorick Barbanneau 2023-12-28 11:33:19 +01:00
parent a6e0f415c9
commit be9c200d0c

View file

@ -193,6 +193,10 @@ with lib;
border-bottom: 1px solid @color-hover;
}
#workspaces button.focused {
background: @color-selected;
color: @color-base-bg;
}
#workspaces button.visible:not(.focused) {
color: @color-selected;
border-color: @color-selected;