Adwaita: progressbar style fix

Reset styling on the progress node when trough node has the `empty'
styleclass.

See https://bugzilla.gnome.org/show_bug.cgi?id=774695
This commit is contained in:
Lapo Calamandrei
2016-11-23 16:00:57 +01:00
committed by Daniel Boles
parent 6053713acd
commit 6db39715d9
3 changed files with 6 additions and 0 deletions

View File

@@ -3219,6 +3219,8 @@ progressbar {
border-radius: 0;
}
}
trough.empty progress { all: unset; } // makes the progress indicator disappear, when the fraction is 0
}

View File

@@ -3583,6 +3583,8 @@ progressbar {
progressbar.osd progress {
border-style: none;
border-radius: 0; }
progressbar trough.empty progress {
all: unset; }
/*************
* Level Bar *

View File

@@ -3612,6 +3612,8 @@ progressbar {
progressbar.osd progress {
border-style: none;
border-radius: 0; }
progressbar trough.empty progress {
all: unset; }
/*************
* Level Bar *