From 449632bad934dab0e0cf5fa89b2983e6e05549f9 Mon Sep 17 00:00:00 2001 From: Megax <megax@yeahunter.hu> Date: Fri, 21 Oct 2016 15:17:44 +0200 Subject: [PATCH] * Fixed Ubuntu backdrop mode. --- src/gtk-3.20/scss/widgets/_toolbar.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/gtk-3.20/scss/widgets/_toolbar.scss b/src/gtk-3.20/scss/widgets/_toolbar.scss index 12f28c5..bd650a5 100644 --- a/src/gtk-3.20/scss/widgets/_toolbar.scss +++ b/src/gtk-3.20/scss/widgets/_toolbar.scss @@ -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; + } } } }