Gnome: Fix transparent separator in headerbar

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

View File

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