Comment 2 for bug 888901

Revision history for this message
Reece H. Dunn (msclrhd-gmail) wrote :

Using the following CSS prevents the issue from appearing:

.progressbar,
.progressbar row,
.trough,
.trough row {
 -unico-inner-stroke-gradient: none;
 -unico-inner-stroke-width: 0;

 -unico-outer-stroke-gradient: none;
 -unico-outer-stroke-width: 0;
}