From f81b16038aaa8ec3bca0ef7065d28b9374042629 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 12 Nov 2025 19:30:03 -0800 Subject: [PATCH] New backup 2025-11-12 19:30:03 --- de/home/.config/eww/style/bar/styles/revealer.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/de/home/.config/eww/style/bar/styles/revealer.scss b/de/home/.config/eww/style/bar/styles/revealer.scss index 6d5abea..79cbf2c 100644 --- a/de/home/.config/eww/style/bar/styles/revealer.scss +++ b/de/home/.config/eww/style/bar/styles/revealer.scss @@ -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 @@ } } } -