From e5565b7bf82e8951d135e8fba2e94331fffc94ac Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 26 Aug 2023 21:32:32 +0200 Subject: Waybar: Fix styling of focused hovered tags --- dotfiles/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/waybar') diff --git a/dotfiles/waybar/style.css b/dotfiles/waybar/style.css index a36cc04..01fded6 100644 --- a/dotfiles/waybar/style.css +++ b/dotfiles/waybar/style.css @@ -36,7 +36,7 @@ window#waybar { padding: 0 7px; } -#workspaces button.focused { +#workspaces button.focused, #workspaces button.focused:hover { border-top: 0; margin: 0; padding: 0 7px; -- cgit 1.4.1