pull/607/head
Megax 2016-10-20 22:29:40 +02:00
parent 690532bd4e
commit a734d018b0
1 changed files with 9 additions and 0 deletions
src/gtk-3.20/scss/widgets

View File

@ -218,4 +218,13 @@
border-top-right-radius: $roundness;
}
}
// 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;
}
}
}