pull/116/head
Vince 4 years ago
parent 8d204b2bb0
commit b5d311a097

@ -2620,13 +2620,13 @@ progressbar {
}
&.osd { // progressbar.osd used for epiphany page loading progress
// min-width: $bar-size;
// min-height: $bar-size;
// background-color: transparent;
min-width: $bar-size;
min-height: $bar-size;
background-color: transparent;
// trough { background-color: transparent; }
trough { background-color: transparent; }
// progress { background-color: $primary; }
progress { background-color: $primary; }
}
trough.empty progress { all: unset; } // makes the progress indicator disappear, when the fraction is 0

@ -2651,13 +2651,13 @@ progressbar {
}
&.osd { // progressbar.osd used for epiphany page loading progress
// min-width: $bar-size;
// min-height: $bar-size;
// background-color: transparent;
min-width: $bar-size;
min-height: $bar-size;
background-color: transparent;
// trough { background-color: transparent; }
trough { background-color: transparent; }
// progress { background-color: $primary; }
progress { background-color: $primary; }
}
trough.empty progress { all: unset; } // makes the progress indicator disappear, when the fraction is 0

Loading…
Cancel
Save