waybar: remove overly aggressive hover effect

This commit is contained in:
tea 2024-07-11 14:57:37 +02:00
parent 002fdf7457
commit 6aac7f16d8
No known key found for this signature in database

View File

@ -27,7 +27,7 @@ button {
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover { button:hover {
text-shadow: inherit; text-shadow: inherit;
box-shadow: inset 0 -3px #a800a8; box-shadow: inherit;
} }
#workspaces button { #workspaces button {
@ -38,7 +38,6 @@ button:hover {
#workspaces button:hover { #workspaces button:hover {
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
box-shadow: inset 0 -3px #a800a8;
} }