mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
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:
parent
368e0117ed
commit
eb5b8b22e2
@ -3248,6 +3248,8 @@ progressbar {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
trough.empty progress { all: unset; } // makes the progress indicator disappear, when the fraction is 0
|
||||
}
|
||||
|
||||
|
||||
|
@ -3701,6 +3701,8 @@ progressbar {
|
||||
progressbar.osd progress {
|
||||
border-style: none;
|
||||
border-radius: 0; }
|
||||
progressbar trough.empty progress {
|
||||
all: unset; }
|
||||
|
||||
/*************
|
||||
* Level Bar *
|
||||
|
@ -3732,6 +3732,8 @@ progressbar {
|
||||
progressbar.osd progress {
|
||||
border-style: none;
|
||||
border-radius: 0; }
|
||||
progressbar trough.empty progress {
|
||||
all: unset; }
|
||||
|
||||
/*************
|
||||
* Level Bar *
|
||||
|
Loading…
Reference in New Issue
Block a user