another style fix for broken dark theme word highlight

This commit is contained in:
Torkel Ödegaard 2018-12-03 11:55:30 -08:00
parent 44414c4346
commit 729d1d1da9

View File

@ -326,7 +326,7 @@
color: $typeahead-selected-color;
border-bottom: 1px solid $typeahead-selected-color;
background-color: lighten($typeahead-selected-color, 60%);
background-color: rgba($typeahead-selected-color, 0.1);
}
.logs-row-level {