This commit is contained in:
Sakooooo 2024-10-15 13:52:48 +04:00
parent 087f7bc2f5
commit 3573234517
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -30,6 +30,10 @@ label {
font-weight: bold; font-weight: bold;
} }
.workspaces button {
border-bottom: 1px transparent;
}
.workspaces button.focused { .workspaces button.focused {
border-bottom: 1px solid @theme_selected_bg_color; border-bottom: 1px solid @theme_selected_bg_color;
} }