mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[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.
This commit is contained in:
committed by
Khurshid Alam
parent
25fa93c22d
commit
a457b8fd5b
@@ -218,4 +218,15 @@
|
|||||||
border-top-right-radius: $roundness;
|
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 {
|
||||||
|
&, &:backdrop {
|
||||||
|
&, &:not(:last-child) {
|
||||||
|
border-radius: 0;
|
||||||
|
border-top-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user