change workspaces fmt

This commit is contained in:
Daylin Morgan 2024-05-30 17:35:13 -05:00
parent eac4a65e8c
commit 8c2987c7ef
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -57,11 +57,6 @@ $foreground: $white;
border-radius: 5px; border-radius: 5px;
} }
.ws-button-active {
border-width: 2px;
}
.ws-button-open { .ws-button-open {
border-width: 0px 0px 2px; border-width: 0px 0px 2px;
border-style: solid; border-style: solid;
@ -72,6 +67,10 @@ $foreground: $white;
.ws-button-#{index($tag-palette,$color)} { .ws-button-#{index($tag-palette,$color)} {
color: $color; color: $color;
} }
.ws-button-active-#{index($tag-palette,$color)}{
color: $background;
background: $color;
}
} }
.workspaces { .workspaces {
@ -80,7 +79,6 @@ $foreground: $white;
padding: 0 5px; padding: 0 5px;
} }
.active { .active {
all: unset; all: unset;
border-radius: 0; border-radius: 0;