* Fixed Ubuntu backdrop mode.

pull/607/head
Megax 2016-10-21 15:17:44 +02:00
parent a734d018b0
commit 449632bad9
1 changed files with 5 additions and 3 deletions
src/gtk-3.20/scss/widgets

View File

@ -222,9 +222,11 @@
// Fixed: https://github.com/numixproject/numix-gtk-theme/issues/585
// workaround for ugly Ubuntu-related CSD patches
.background:not(.csd):not(.ssd):not(.solid-csd) headerbar {
&, &:not(:last-child) {
border-radius: 0;
border-top-color: transparent;
&, &:backdrop {
&, &:not(:last-child) {
border-radius: 0;
border-top-color: transparent;
}
}
}
}