* Fixes #585
parent
690532bd4e
commit
a734d018b0
src/gtk-3.20/scss/widgets
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue