Fix hover color
This commit is contained in:
parent
a6e0f415c9
commit
be9c200d0c
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ with lib;
|
||||||
border-bottom: 1px solid @color-hover;
|
border-bottom: 1px solid @color-hover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button.focused {
|
||||||
|
background: @color-selected;
|
||||||
|
color: @color-base-bg;
|
||||||
|
}
|
||||||
#workspaces button.visible:not(.focused) {
|
#workspaces button.visible:not(.focused) {
|
||||||
color: @color-selected;
|
color: @color-selected;
|
||||||
border-color: @color-selected;
|
border-color: @color-selected;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue