We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fa93c commit a457b8fCopy full SHA for a457b8f
1 file changed
src/gtk-3.20/scss/widgets/_toolbar.scss
@@ -218,4 +218,15 @@
218
border-top-right-radius: $roundness;
219
}
220
221
+
222
+ // Fixed: https://github.com/numixproject/numix-gtk-theme/issues/585
223
+ // workaround for ugly Ubuntu-related CSD patches
224
+ .background:not(.csd):not(.ssd):not(.solid-csd) headerbar {
225
+ &, &:backdrop {
226
+ &, &:not(:last-child) {
227
+ border-radius: 0;
228
+ border-top-color: transparent;
229
+ }
230
231
232
0 commit comments