GTK3: remove background from left nested headerbar

This commit is contained in:
Daniel Ruiz de Alegría
2020-06-08 12:16:08 +02:00
parent 18d4cda44f
commit fe031cfaa5
4 changed files with 27 additions and 0 deletions
@@ -159,6 +159,15 @@ headerbar {
}
}
paned, hdyleaflet, headerbar.titlebar {
& headerbar:first-child {
border-color: transparent;
background: $base_color;
&:backdrop { background: $backdrop_base_color; }
}
}
/***************
* Popovers *
***************/