diff --git a/config/ags/style.css b/config/ags/style.css index fa9e5e18..653807c9 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -30,6 +30,10 @@ label { font-weight: bold; } +.workspaces button { + border-bottom: 1px transparent; +} + .workspaces button.focused { border-bottom: 1px solid @theme_selected_bg_color; }