New backup 2025-07-01 02:00:01

This commit is contained in:
Penelope Gwen 2025-07-01 02:00:01 -07:00
parent 9a94057a92
commit bc2613c01b

View file

@ -67,13 +67,14 @@ circular-progress {
}
.revealer-on-hover {
background-color: $bar-module-bg-color;
// background-color: $bar-module-bg-color;
color: $bar-module-fg-color;
border-radius: $bar-module-border-radius;
}
.revealer-on-hover>widget>box>box>*,
.reveal_children>*,
.reveal_children>widget>image {
background-color: $bar-module-bg-color;
padding: 3px 4px;
min-width: $bar-module-width;
&:hover {
@ -87,11 +88,12 @@ circular-progress {
.reveal_children>widget,
.reveal_children>button {
border-left: 1px solid $bar-bg-color;
// border-radius:$bar-module-border-radius;
}
.rightgroup>label,
.rightgroup>button,
.rightgroup>.revealer-on-hover>widget>box>box>button {
// background-color: $bar-module-bg-color;
background-color: $bar-module-bg-color;
color: $bar-module-inactive-fg-color;
padding: 3px 4px;
border-radius: $bar-module-border-radius;
@ -143,6 +145,7 @@ button.active {
}
.workspaces button:only-child,
.reveal_children>box:only-child,
.reveal_children>scale:only-child,
.reveal_children>button:only-child {
border-radius:$bar-module-border-radius;
}