From 5210660f98d69339132e91475aee1f416b62f35a Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 29 Apr 2024 07:42:36 +0800 Subject: [PATCH] Fixed #137 --- src/sass/gnome-shell/common/_panel.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/sass/gnome-shell/common/_panel.scss b/src/sass/gnome-shell/common/_panel.scss index b993e7a5..f43a413a 100644 --- a/src/sass/gnome-shell/common/_panel.scss +++ b/src/sass/gnome-shell/common/_panel.scss @@ -183,6 +183,16 @@ StLabel, StIcon { color: on(dark, secondary); } .panel-button { + @if $float == 'true' { + box-shadow: inset 0 0 0 1000px overlay(dark, normal); + } + + &.clock-display { + .clock { + box-shadow: inset 0 0 0 1000px overlay(dark, normal); + } + } + &:hover { color: on(dark); background-color: transparent;