Skip to content

Commit a457b8f

Browse files
megaxkhurshid-alam
authored andcommitted
[GTK-3.20] Fix backdrop mode in Ubuntu. Fixes #585
This fixes backdrop mode for merged headerbar+titlebar apps in Ubuntu. No more white dots between headerbar and titlebar corner.
1 parent 25fa93c commit a457b8f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/gtk-3.20/scss/widgets/_toolbar.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,15 @@
218218
border-top-right-radius: $roundness;
219219
}
220220
}
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+
}
221232
}

0 commit comments

Comments
 (0)