New backup 2025-09-01 02:00:02
This commit is contained in:
parent
9449b6c1ae
commit
4aff022ba3
1 changed files with 25 additions and 1 deletions
|
@ -21,7 +21,28 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
/* border-radius: $bar-module-border-radius;
|
/* border-radius: $bar-module-border-radius;
|
||||||
border: 3px solid $bar-module-fg-color;*/
|
border: 3px solid $bar-module-fg-color;*/
|
||||||
// box-shadow: 0px 0px 9px 0px $bar-module-fg-color;
|
// box-shadow: 0px 0px 9px 0px $bar-module-fg-color;
|
||||||
|
|
||||||
|
.revealer-on-hover {
|
||||||
|
border: 3px solid $bar-bg-color;
|
||||||
|
}
|
||||||
|
|
||||||
.revealer-on-hover>widget>box>box>*,
|
.revealer-on-hover>widget>box>box>*,
|
||||||
|
.revealer-on-hover>widget>box>box>button {
|
||||||
|
background-color: $bar-bg-color;
|
||||||
|
border-radius: $bar-module-border-radius;
|
||||||
|
&:hover {
|
||||||
|
// background-color: red;
|
||||||
|
border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/* .revealer-on-hover>widget>box>box>*:hover {
|
||||||
|
background-color: rgba(0, 100, 0, 1);
|
||||||
|
// border-radius: $bar-module-border-radius;
|
||||||
|
}*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* .revealer-on-hover>widget>box>box>*,
|
||||||
.reveal_children:not(.tray)>*,
|
.reveal_children:not(.tray)>*,
|
||||||
.reveal_children>widget>image,
|
.reveal_children>widget>image,
|
||||||
&>button,
|
&>button,
|
||||||
|
@ -35,7 +56,10 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>* {
|
.revealer-on-hover>widget>box>box>* {
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* .revealer-on-hover>widget>box>box>*,
|
/* .revealer-on-hover>widget>box>box>*,
|
||||||
.reveal_children>widget>image,
|
.reveal_children>widget>image,
|
||||||
.reveal_children:not(.tray)>*:not(:last-child),
|
.reveal_children:not(.tray)>*:not(:last-child),
|
||||||
|
|
Loading…
Add table
Reference in a new issue