mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): override styles used by new react-autosuggest
This commit is contained in:
@@ -19,3 +19,9 @@ input.components-filterinput-wrapper {
|
||||
input.components-filterinput-wrapper:focus {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/* highlighted part of the suggestion - phrase in the input that matches it */
|
||||
mark.highlight {
|
||||
padding: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user