New backup 2025-11-12 19:30:03

This commit is contained in:
Penelope Gwen 2025-11-12 19:30:03 -08:00
parent e2fe6d77f8
commit f81b16038a

View file

@ -1,10 +1,7 @@
&.revealer-on-hover { &.revealer-on-hover {
// border: 2px solid $bar-bg-color; border-radius: $bar-module-border-radius;
// border: 2px solid $module-color;
border-radius: $bar-module-border-radius;//
} }
//.reveal-children>button>image,
.reveal-children>widget>image { .reveal-children>widget>image {
padding: 0px 7px; padding: 0px 7px;
} }
@ -16,7 +13,6 @@
background-color: rgba($bar-bg-color,0.5); background-color: rgba($bar-bg-color,0.5);
&:hover { &:hover {
background: linear-gradient(rgba($bar-bg-color,0.5) 15%, rgba($module-color,0.5)); background: linear-gradient(rgba($bar-bg-color,0.5) 15%, rgba($module-color,0.5));
// background: linear-gradient(mix(rgba($bar-bg-color,0.5), rgba($module-color,0.5)) 15%, rgba($bar-bg-color,0.5));
} }
&.active { &.active {
background: mix(rgba($bar-bg-color,0.5), rgba($module-color,0.5),25%); background: mix(rgba($bar-bg-color,0.5), rgba($module-color,0.5),25%);
@ -33,8 +29,6 @@
} }
} }
.revealer-preview { .revealer-preview {
// box-shadow: inset 0px -7px 9px -4px rgba($module-color,0.4);
// background-color: $bar-bg-color;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
} }
&.true .revealer-preview { &.true .revealer-preview {
@ -48,4 +42,3 @@
} }
} }
} }