fix: hover animation takes too long

This commit is contained in:
2025-09-28 12:55:49 +03:00
parent 058202e485
commit 54e12f51aa

View File

@@ -108,7 +108,7 @@ window#waybar.chromium {
#scratchpad:hover, #power-profiles-daemon:hover { #scratchpad:hover, #power-profiles-daemon:hover {
color: @accent-color; color: @accent-color;
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);
animation: hover 0.2s 1; transition: color 0.5s ease-out, border-bottom 0.5s ease-out, background 0.5s ease-out;
} }
#mpd:hover { #mpd:hover {