* Fixed Ubuntu backdrop mode.
parent
a734d018b0
commit
449632bad9
src/gtk-3.20/scss/widgets
|
@ -222,9 +222,11 @@
|
|||
// 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;
|
||||
&, &:backdrop {
|
||||
&, &:not(:last-child) {
|
||||
border-radius: 0;
|
||||
border-top-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue