fix(ui): override styles used by new react-autosuggest

This commit is contained in:
Łukasz Mierzwa
2018-08-30 21:09:10 +01:00
parent 268a5bbcc1
commit 13130f187a

View File

@@ -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;
}