Gnome: Fix transparent separator in headerbar

This commit is contained in:
EliverLara
2021-02-02 13:57:12 -06:00
parent 61941c05d5
commit 647f169f56
3 changed files with 7 additions and 5 deletions

View File

@@ -270,7 +270,9 @@ headerbar {
}
> separator {
background: transparent;
&, &:backdrop {
background: $headerbar_color;
}
}
@extend %titlebar;