From d00b2c371f2d99168ee2fa025b22003704de6f31 Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Mon, 16 May 2016 14:26:17 +0200 Subject: [PATCH] * Levelbar not(.empty) fix. (#448) --- gtk-3.20/scss/widgets/_progress.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-3.20/scss/widgets/_progress.scss b/gtk-3.20/scss/widgets/_progress.scss index 56b3bd5..26171a0 100644 --- a/gtk-3.20/scss/widgets/_progress.scss +++ b/gtk-3.20/scss/widgets/_progress.scss @@ -99,7 +99,7 @@ } &.high, - :not(.empty) { + &:not(.empty) { background-color: $selected_bg_color; border-color: transparent; }