New backup 2025-09-01 11:30:02

This commit is contained in:
Penelope Gwen 2025-09-01 11:30:02 -07:00
parent 56f1b9d4c1
commit b0aea95534

View file

@ -31,12 +31,6 @@
} }
.workspaces { .workspaces {
// margin: 0px 0px;
box.ws-center,
revealer>box>box>button {
}
box.ws-center { box.ws-center {
>box>button { >box>button {
background-color: $bar-bg-color; background-color: $bar-bg-color;
@ -44,14 +38,18 @@
border-radius: 0px $bar-module-bg-border-radius $bar-module-bg-border-radius 0px; border-radius: 0px $bar-module-bg-border-radius $bar-module-bg-border-radius 0px;
} }
&.true>box>button { &.true>box>button {
border-radius: $bar-module-bg-border-radius; border-radius: 0px;
// border-radius: $bar-module-bg-border-radius;
} }
} }
border-left: 0px solid transparent; border-left: 0px solid transparent;
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
revealer { revealer {
&>box>box { &>box>box>button {
color: $bar-bg-color; color: $bar-bg-color;
&:hover {
background-color: rgba($bar-bg-color,0.4);
}
} }
&.ws-left { &.ws-left {
>box>box { >box>box {
@ -60,11 +58,9 @@
} }
&.ws-right { &.ws-right {
>box>box { >box>box {
// color: $bar-bg-color; border-right: 2px solid $bar-bg-color;
&:not(:last-child){
border-right: 2px solid $bar-bg-color;
}
&:last-child { &:last-child {
border-right: 0px solid transparent;
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px; border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
} }
} }
@ -85,9 +81,9 @@
padding: 0px; padding: 0px;
font-size: 0.6em; font-size: 0.6em;
} }
&:hover { /* &:hover {
text-shadow: $bar-bg-color; text-shadow: $bar-bg-color;
color: darker($bar-bg-color); color: darker($bar-bg-color);
} }*/
} }
} }