Gnome: Fix transparent separator in headerbar

This commit is contained in:
EliverLara
2021-02-02 13:57:12 -06:00
parent d10c43c51c
commit 6b4f251363
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;