From 5241ce94fdff901e13820b01840e7051fe0fdd0c Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 8 Oct 2025 12:18:15 +0800 Subject: [PATCH] Update _gnome-40.0.scss --- src/sass/gtk/apps/_gnome-40.0.scss | 38 +++++++++++++++++------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/src/sass/gtk/apps/_gnome-40.0.scss b/src/sass/gtk/apps/_gnome-40.0.scss index aff9b33d..d67ae8b3 100644 --- a/src/sass/gtk/apps/_gnome-40.0.scss +++ b/src/sass/gtk/apps/_gnome-40.0.scss @@ -65,14 +65,14 @@ $flap_sidebar_size: 240px; background-color: $dark_sidebar_bg; } - &:not(.view) headerbar { - &, &:backdrop { - background-color: transparent; - border: none; - background-image: $nautilus_header_image; - border-image: $nautilus_header_borders_image 0 0 1 / 0px 0px 1px stretch; - } - } + // &:not(.view) headerbar { + // &, &:backdrop { + // background-color: transparent; + // border: none; + // background-image: $nautilus_header_image; + // border-image: $nautilus_header_borders_image 0 0 1 / 0px 0px 1px stretch; + // } + // } } } @@ -126,17 +126,23 @@ $flap_sidebar_size: 240px; .content-pane toolbarview { - > .top-bar, - > .bottom-bar { - .collapse-spacing { - headerbar { - > windowhandle > box { - padding-top: 7px; - padding-bottom: 7px; - } + .top-bar, + .bottom-bar { + headerbar { + > windowhandle > box { + padding-top: 7px; + padding-bottom: 7px; } } } + + .bottom-bar { + &, &:backdrop { + background-color: transparent; + border: none; + box-shadow: none; + } + } } flap.unfolded {