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 {
// border: 2px solid $bar-bg-color;
// border: 2px solid $module-color;
border-radius: $bar-module-border-radius;//
border-radius: $bar-module-border-radius;
}
//.reveal-children>button>image,
.reveal-children>widget>image {
padding: 0px 7px;
}
@ -16,7 +13,6 @@
background-color: rgba($bar-bg-color,0.5);
&:hover {
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 {
background: mix(rgba($bar-bg-color,0.5), rgba($module-color,0.5),25%);
@ -33,8 +29,6 @@
}
}
.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;
}
&.true .revealer-preview {
@ -48,4 +42,3 @@
}
}
}