change workspaces fmt
This commit is contained in:
parent
eac4a65e8c
commit
8c2987c7ef
1 changed files with 4 additions and 6 deletions
|
@ -57,11 +57,6 @@ $foreground: $white;
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
.ws-button-active {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.ws-button-open {
|
||||
border-width: 0px 0px 2px;
|
||||
border-style: solid;
|
||||
|
@ -72,6 +67,10 @@ $foreground: $white;
|
|||
.ws-button-#{index($tag-palette,$color)} {
|
||||
color: $color;
|
||||
}
|
||||
.ws-button-active-#{index($tag-palette,$color)}{
|
||||
color: $background;
|
||||
background: $color;
|
||||
}
|
||||
}
|
||||
|
||||
.workspaces {
|
||||
|
@ -80,7 +79,6 @@ $foreground: $white;
|
|||
padding: 0 5px;
|
||||
}
|
||||
|
||||
|
||||
.active {
|
||||
all: unset;
|
||||
border-radius: 0;
|
||||
|
|
Loading…
Reference in a new issue