fix(waybar): remove active workspace hover effect
This commit is contained in:
parent
8fb6ab11cf
commit
ab9fe5e282
1 changed files with 7 additions and 0 deletions
|
|
@ -179,6 +179,13 @@ in
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#language,
|
#language,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue