New backup 2025-07-18 11:30:02
This commit is contained in:
parent
d4d1e9fb74
commit
42a62affa5
1 changed files with 7 additions and 5 deletions
|
@ -92,7 +92,6 @@ progressbar>trough>progress {
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
scale trough:hover,
|
|
||||||
scale trough highlight:hover {
|
scale trough highlight:hover {
|
||||||
box-shadow: 0px 0px 0px 2px $color2;
|
box-shadow: 0px 0px 0px 2px $color2;
|
||||||
transition: box-shadow 0.25s;
|
transition: box-shadow 0.25s;
|
||||||
|
@ -109,6 +108,7 @@ circular-progress {
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>*,
|
.revealer-on-hover>widget>box>box>*,
|
||||||
|
.revealer-on-hover>widget>box>box>button,
|
||||||
.revealer-on-hover>widget>box>revealer>box>box>*,
|
.revealer-on-hover>widget>box>revealer>box>box>*,
|
||||||
.reveal_children>*,
|
.reveal_children>*,
|
||||||
.reveal_children>widget>image {
|
.reveal_children>widget>image {
|
||||||
|
@ -117,6 +117,8 @@ circular-progress {
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-shadow: $bar-module-hover-shadow;
|
text-shadow: $bar-module-hover-shadow;
|
||||||
|
// box-shadow: 0px 0px 3px 1px green;
|
||||||
|
// transition: text-shadow 1s;
|
||||||
// background-color: rgba($color1,0.5);
|
// background-color: rgba($color1,0.5);
|
||||||
// border: 1px solid $bar-module-fg-color;
|
// border: 1px solid $bar-module-fg-color;
|
||||||
}
|
}
|
||||||
|
@ -172,11 +174,10 @@ label {
|
||||||
.workspaces button:hover,
|
.workspaces button:hover,
|
||||||
.rightgroup button:hover,
|
.rightgroup button:hover,
|
||||||
.leftgroup button:hover {
|
.leftgroup button:hover {
|
||||||
// background-color: $bar-hover-bg-color;
|
text-shadow: 1px 1px 1px rgba($color2,1);
|
||||||
text-shadow: $bar-module-hover-shadow;
|
// text-shadow: $bar-module-hover-shadow;
|
||||||
color: $bar-hover-fg-color;
|
color: $bar-hover-fg-color;
|
||||||
// transition-property: background-color;
|
transition: all 0.2s;
|
||||||
// transition-duration: .25s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspaces .focused{
|
.workspaces .focused{
|
||||||
|
@ -207,6 +208,7 @@ button.inactive {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
&:hover {
|
&:hover {
|
||||||
border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius;
|
border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius;
|
||||||
|
// text-shadow: $bar-module-hover-shadow;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue