fix(waybar): remove active button hover styling
This commit is contained in:
parent
3944278f2e
commit
9c900d119d
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ let
|
||||||
mkWaybarTheme = palette: ''
|
mkWaybarTheme = palette: ''
|
||||||
* { color: ${palette.fg}; }
|
* { color: ${palette.fg}; }
|
||||||
window#waybar { background: ${palette.bg}; }
|
window#waybar { background: ${palette.bg}; }
|
||||||
#workspaces button.active { background: ${palette.bgAlt}; }
|
|
||||||
#window { color: ${palette.fgAlt}; }
|
#window { color: ${palette.fgAlt}; }
|
||||||
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
tooltip { background: ${palette.bgAlt}; color: ${palette.fg}; border: 1px solid ${palette.border}; }
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue