adwaita: Remove headerbar sheen on backdrop

It's gone from active windows since c9807f5afe,
but was still there in backdrop.
This commit is contained in:
Alexander Mikhaylenko
2021-03-03 17:33:42 +05:00
parent 208a53fa39
commit 5fef637e84

View File

@@ -1437,7 +1437,6 @@ headerbar {
border-color: $backdrop_borders_color;
background-color: $bg_color;
background-image: none;
box-shadow: inset 0 1px $top_hilight;
transition: $backdrop_transition;
}
@@ -1566,7 +1565,6 @@ headerbar {
background-image: none;
border-style: none;
border-color: transparent;
box-shadow: none;
}
separator { background-color: $borders_color; } // FIXME: use darker border?