Add clickable links for violations and rules, highlight for violations.

This commit is contained in:
David Anson 2015-05-05 00:00:04 -07:00
parent 85531ff21e
commit a8f5a19cba
3 changed files with 38 additions and 7 deletions

View file

@ -31,6 +31,9 @@ textarea {
flex-grow: 1;
flex-basis: 0;
}
.highlight {
background: yellow;
}
.inset {
box-sizing: border-box;
padding: 2px;