waybar: remove overly aggressive hover effect
This commit is contained in:
parent
002fdf7457
commit
6aac7f16d8
@ -27,7 +27,7 @@ button {
|
||||
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||
button:hover {
|
||||
text-shadow: inherit;
|
||||
box-shadow: inset 0 -3px #a800a8;
|
||||
box-shadow: inherit;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
@ -38,7 +38,6 @@ button:hover {
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
box-shadow: inset 0 -3px #a800a8;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user