From 75ce9fa8f9b15795e6af92390b128f21483d4cb6 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sat, 7 Dec 2024 19:51:42 -0300 Subject: [PATCH] :boom: eww(audio-popup): fix separator selector to only change inside audio-popup box --- eww/styles/audio-popup.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eww/styles/audio-popup.scss b/eww/styles/audio-popup.scss index 4e8b412..b2048a3 100644 --- a/eww/styles/audio-popup.scss +++ b/eww/styles/audio-popup.scss @@ -7,20 +7,20 @@ box.audio-popup { border: .5px solid rgba($foreground, .3); } -.separator { +.audio-popup .separator { box-shadow: 0 0 0 1px darken($color: $foreground, $amount: 25); margin: 4px 0; border-radius: 1px; } -.output-slider { +.audio-popup .output-slider { label { margin-left: 18px; color: $background; } } -.source-slider { +.audio-popup .source-slider { label { margin-left: 18px; color: $background;