From b06a7927bae2c444a013262682280dc73edbfe53 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 6 Dec 2022 19:45:11 +0800 Subject: [PATCH] Update _panel.scss --- src/sass/gnome-shell/common/_panel.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/sass/gnome-shell/common/_panel.scss b/src/sass/gnome-shell/common/_panel.scss index dadb290..8aecea9 100644 --- a/src/sass/gnome-shell/common/_panel.scss +++ b/src/sass/gnome-shell/common/_panel.scss @@ -15,7 +15,6 @@ $panel_height: $menuitem_size; @if $scale != 'default' { @include fontsize($base_font_size * 2 - 2); height: $panel_height * 2 !important; - box-shadow: 0 10px 32px rgba(black, 0.05) !important; .panel-button { -natural-hpadding: $container_padding * 2 + 4px !important; @@ -126,8 +125,12 @@ $panel_height: $menuitem_size; .unlock-screen &, .login-screen &, .lock-screen & { - color: $panel_fg; - &:focus, &:hover, &:active { color: $panel_fg; } + &, &:focus, &:hover, &:active { color: $panel_fg; } + } + + .login-screen &, + .lock-screen & { + box-shadow: none; } &.clock-display {