GTK3: Join sidebars with left headerbars
This commit is contained in:
parent
b6e876ab84
commit
96615e2470
@ -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 *
|
||||
**************/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user