this is terrible

This commit is contained in:
Sakooooo 2024-09-23 06:34:52 +04:00
parent a870d62f1f
commit f391fe191c
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -14,6 +14,7 @@ button {
padding-bottom: 0; padding-bottom: 0;
border: none; border: none;
background-color: transparent; background-color: transparent;
border-bottom: 3px solid transparent;
} }
button:active { button:active {
@ -56,15 +57,15 @@ label {
.workspace-inactive { .workspace-inactive {
opacity: 0.5; opacity: 0.5;
border-bottom: 5px transparent; border-bottom: 3px transparent;
} }
.workspace-occupied { .workspace-occupied {
opacity: 1; opacity: 1;
border-bottom: 5px transparent; border-bottom: 3px transparent;
} }
.workspace-active { .workspace-active button.focused {
border-bottom: 3px solid @theme_selected_bg_color; border-bottom: 3px solid @theme_selected_bg_color;
} }