GTK3: Join sidebars with left headerbars

This commit is contained in:
Daniel Ruiz de Alegría 2021-08-12 21:21:04 +02:00
parent b6e876ab84
commit 96615e2470

View File

@ -228,16 +228,19 @@ headerbar {
} }
} }
paned, hdyleaflet, headerbar.titlebar { paned headerbar:first-child,
& headerbar:first-child { hdyleaflet headerbar:first-child,
border-color: $backdrop_borders_color; headerbar.titlebar headerbar:first-child,
background: $base_color; deck leaflet box:first-child headerbar:first-child,
box-shadow: none; 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 * * Tree Views *
**************/ **************/