diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 49d0b18..182b808 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -22,12 +22,6 @@ $bar-module-border-radius: 8px; font-size: 1em; padding: 10px 0px; margin: 0px 15px; - >box>button { - &:hover{ - background-color: $bar-hover-bg-color; - color: $bar-hover-fg-color; - } - } //bar groups .leftgroup, @@ -138,7 +132,9 @@ label { padding: 3px 4px; min-width: $bar-module-width; } -.workspaces button:hover { +.workspaces button:hover, +//.rightgroup>button:hover, +button:hover { background-color: $bar-hover-bg-color; color: $bar-hover-fg-color; transition-property: background-color;