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;
|
||||
}
|
||||
|
||||
scale trough:hover,
|
||||
scale trough highlight:hover {
|
||||
box-shadow: 0px 0px 0px 2px $color2;
|
||||
transition: box-shadow 0.25s;
|
||||
|
@ -109,6 +108,7 @@ circular-progress {
|
|||
border-radius: $bar-module-border-radius;
|
||||
}
|
||||
.revealer-on-hover>widget>box>box>*,
|
||||
.revealer-on-hover>widget>box>box>button,
|
||||
.revealer-on-hover>widget>box>revealer>box>box>*,
|
||||
.reveal_children>*,
|
||||
.reveal_children>widget>image {
|
||||
|
@ -117,6 +117,8 @@ circular-progress {
|
|||
min-width: $bar-module-width;
|
||||
&:hover {
|
||||
text-shadow: $bar-module-hover-shadow;
|
||||
// box-shadow: 0px 0px 3px 1px green;
|
||||
// transition: text-shadow 1s;
|
||||
// background-color: rgba($color1,0.5);
|
||||
// border: 1px solid $bar-module-fg-color;
|
||||
}
|
||||
|
@ -172,11 +174,10 @@ label {
|
|||
.workspaces button:hover,
|
||||
.rightgroup button:hover,
|
||||
.leftgroup button:hover {
|
||||
// background-color: $bar-hover-bg-color;
|
||||
text-shadow: $bar-module-hover-shadow;
|
||||
text-shadow: 1px 1px 1px rgba($color2,1);
|
||||
// text-shadow: $bar-module-hover-shadow;
|
||||
color: $bar-hover-fg-color;
|
||||
// transition-property: background-color;
|
||||
// transition-duration: .25s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.workspaces .focused{
|
||||
|
@ -207,6 +208,7 @@ button.inactive {
|
|||
border-radius: 8px;
|
||||
&:hover {
|
||||
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