Adapt styles

This commit is contained in:
David Kaltschmidt 2018-12-04 15:58:10 +01:00
parent 6ee7459f22
commit b95b796a34

View File

@ -308,7 +308,7 @@
}
.logs-row-match-highlight--preview {
background-color: lighten($typeahead-selected-color, 70%);
background-color: rgba($typeahead-selected-color, 0.2);
border-bottom-style: dotted;
}