ocket8888 commented on a change in pull request #4916:
URL: https://github.com/apache/trafficcontrol/pull/4916#discussion_r466684302
##########
File path: traffic_monitor/static/style.css
##########
@@ -44,11 +44,11 @@ tbody tr:nth-child(odd) {
background: #fff;
}
.error {
- background-color: #f00;
+ background-color: #f00!important;
}
.warning {
- background-color: #f80;
Review comment:
Yes. The selector is less specific than `tbody tr:nth-child(even)`, so
it's getting overridden.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]