* 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
|
// Fixed: https://github.com/numixproject/numix-gtk-theme/issues/585
|
||||||
// workaround for ugly Ubuntu-related CSD patches
|
// workaround for ugly Ubuntu-related CSD patches
|
||||||
.background:not(.csd):not(.ssd):not(.solid-csd) headerbar {
|
.background:not(.csd):not(.ssd):not(.solid-csd) headerbar {
|
||||||
&, &:not(:last-child) {
|
&, &:backdrop {
|
||||||
border-radius: 0;
|
&, &:not(:last-child) {
|
||||||
border-top-color: transparent;
|
border-radius: 0;
|
||||||
|
border-top-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue