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 {
& 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 *
**************/