UI: Fix border radius for job-progress-bar backdrop
This adds a missing CSS rule to align the border radius of the semi-transparent backdrop of a job-progress-bar with the other progress-bar elements. As this is only a tiny detail, I've uploaded a screenshot[1] with a before/after comparison. [1]: https://imgur.com/a/DRY81Yo Change-Id: I5c5961b778910d4789e294f4838208131684627b
This commit is contained in:
parent
ed000784f1
commit
5106ec3f97
@ -478,6 +478,7 @@ a.refresh {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.zuul-progress div.pf-c-progress__bar::before,
|
||||
.zuul-progress-animated div.pf-c-progress__bar::before {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user