forked from AuroraMiddleware/gtk
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:
parent
5ab18062a3
commit
cb1a349d17
@ -2484,6 +2484,7 @@ progressbar {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
trough.empty progress { all: unset; } // make the progress indicator disappear when the fraction is 0
|
||||
}
|
||||
|
||||
/*************
|
||||
|
@ -2529,6 +2529,8 @@ progressbar progress {
|
||||
progressbar progress.osd {
|
||||
border-width: 0;
|
||||
border-radius: 0; }
|
||||
progressbar trough.empty progress {
|
||||
all: unset; }
|
||||
|
||||
/*************
|
||||
* Level Bar *
|
||||
|
@ -2536,6 +2536,8 @@ progressbar progress {
|
||||
progressbar progress.osd {
|
||||
border-width: 0;
|
||||
border-radius: 0; }
|
||||
progressbar trough.empty progress {
|
||||
all: unset; }
|
||||
|
||||
/*************
|
||||
* Level Bar *
|
||||
|
Loading…
Reference in New Issue
Block a user