HC: 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 17:25:18 +01:00
parent 5ab18062a3
commit cb1a349d17
3 changed files with 5 additions and 0 deletions

View File

@ -2484,6 +2484,7 @@ progressbar {
border-radius: 0;
}
}
trough.empty progress { all: unset; } // make the progress indicator disappear when the fraction is 0
}
/*************

View File

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

View File

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