From 803c517ac044810ee99eda29e96c92fc31a16cac Mon Sep 17 00:00:00 2001 From: Megax Date: Mon, 16 May 2016 12:26:13 +0200 Subject: [PATCH] * Levelbar not(.empty) fix. --- 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; }