Skip to content

Commit

Permalink
Merge pull request #110 from bennyncc/master
Browse files Browse the repository at this point in the history
Don't white out row color when selected
  • Loading branch information
heathj committed Sep 19, 2019
2 parents 47fb5f5 + 5089d7d commit ca0ac04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,18 +269,18 @@ pre.raw-data {
color: #e6e6e8;
}

.exploitable {
.exploitable, .row-selected.exploitable {
color: #ff9994;
}

.unexploitable {
}

.suspicious {
.suspicious, .row-selected.suspicious {
color: #fdfd96;
}

.probable {
.probable, .row-selected.probable {
color: #ffb347;
}

Expand Down

0 comments on commit ca0ac04

Please sign in to comment.