Skip to content

Commit

Permalink
[JENKINS-13489] Fix highlight for partially covered branches. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX authored and jxpearce-godaddy committed Dec 5, 2017
1 parent 6bb6d8c commit 8e853d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/webapp/css/style.css
Expand Up @@ -50,14 +50,9 @@ table.source tr.coverPart {
}

table.source tr.coverPart td.hits, table.source tr.coverNone td.hits {
background-color: #fdd;
font-weight: bold;
}

table.source tr.coverPart td.code {
background-color: #fdd;
}

table.source tr.coverNone {
background-color: #fdd;
}
Expand Down

0 comments on commit 8e853d1

Please sign in to comment.