mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
another style fix for broken dark theme word highlight
This commit is contained in:
parent
44414c4346
commit
729d1d1da9
@ -326,7 +326,7 @@
|
|||||||
|
|
||||||
color: $typeahead-selected-color;
|
color: $typeahead-selected-color;
|
||||||
border-bottom: 1px solid $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 {
|
.logs-row-level {
|
||||||
|
Loading…
Reference in New Issue
Block a user