From 25a7a6c0681dfaaab10e684e938fc71b33943812 Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 29 Jun 2021 19:26:41 +0800 Subject: [PATCH] update --- src/sass/gtk/apps/_gnome-3.22.scss | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/sass/gtk/apps/_gnome-3.22.scss b/src/sass/gtk/apps/_gnome-3.22.scss index cbcfa90..2853f56 100644 --- a/src/sass/gtk/apps/_gnome-3.22.scss +++ b/src/sass/gtk/apps/_gnome-3.22.scss @@ -2650,7 +2650,20 @@ window#GearyMainWindow.background.csd { // <= 3.32 // >= 40.0 .geary-main-window { - &.background.csd.unified { background: none; } + &.background.csd.unified { + background: none; + + .geary-main-layout { // >= 40.0 reset + > leaflet > leaflet > headerbar { // left and center headerbar + &:first-child { box-shadow: none; } + &:last-child { box-shadow: none; } + } + + > leaflet > headerbar { // right headerbar + box-shadow: none; + } + } + } .geary-main-layout { // >= 40.0 background-color: $dark_sidebar_bg;