From 96615e24702e625751a6ab4374c61947c1f7d409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Thu, 12 Aug 2021 21:21:04 +0200 Subject: [PATCH] GTK3: Join sidebars with left headerbars --- src/themes/Kali/sass/gtk3/_common-tweaks.scss | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/themes/Kali/sass/gtk3/_common-tweaks.scss b/src/themes/Kali/sass/gtk3/_common-tweaks.scss index deb95f93..3814c74f 100644 --- a/src/themes/Kali/sass/gtk3/_common-tweaks.scss +++ b/src/themes/Kali/sass/gtk3/_common-tweaks.scss @@ -228,16 +228,19 @@ headerbar { } } -paned, hdyleaflet, headerbar.titlebar { - & headerbar:first-child { - border-color: $backdrop_borders_color; - background: $base_color; - box-shadow: none; +paned headerbar:first-child, +hdyleaflet headerbar:first-child, +headerbar.titlebar headerbar:first-child, +deck leaflet box:first-child headerbar:first-child, +leaflet > headerbar:first-child { + border-color: $backdrop_borders_color; + background: $base_color; + box-shadow: none; - &:backdrop { background: $backdrop_base_color; } - } + &:backdrop { background: $backdrop_base_color; } } + /************** * Tree Views * **************/