mitchell852 commented on a change in pull request #3919: TP: adds a better view
for comparing/managing params of 2 profiles
URL: https://github.com/apache/trafficcontrol/pull/3919#discussion_r324372027
##########
File path: traffic_portal/app/src/styles/main.scss
##########
@@ -183,6 +183,13 @@ table {
margin-right: 5px;
}
+input[type="checkbox"].dirty {
+ -moz-box-shadow: inset 0 0 10px red;
+ -webkit-box-shadow: inset 0 0 10px red;
+ box-shadow: inset 0 0 10px red;
Review comment:
yeah, understood. i'll play around with colors more.
----------------------------------------------------------------
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]
With regards,
Apache Git Services