fix(waybar): remove active workspace hover effect

This commit is contained in:
Barrett Ruth 2026-02-14 12:48:26 -05:00
parent 8fb6ab11cf
commit ab9fe5e282
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -179,6 +179,13 @@ in
#workspaces button {
padding: 0 10px;
min-width: 24px;
background: transparent;
box-shadow: none;
}
#workspaces button:hover {
background: transparent;
box-shadow: none;
}
#language,