yaooqinn commented on code in PR #54564:
URL: https://github.com/apache/spark/pull/54564#discussion_r2872821826
##########
core/src/main/resources/org/apache/spark/ui/static/webui.css:
##########
@@ -108,34 +108,19 @@ table.sortable td {
max-width: 600px;
}
-.progress {
+.progress-stacked {
font-size: 1rem;
height: 1.42rem;
margin-bottom: 0px;
position: relative;
- box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
Review Comment:
Yes, intentionally removed. The old `box-shadow: inset 1px 0 0
rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)` was a legacy workaround for
older browsers. Bootstrap 5 `.progress-stacked` has its own border/shadow
styling built-in, so the custom inset shadow is no longer needed and would
conflict with the BS5 look.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]