From 13130f187a53f263082d0a8903f91c57fa6987fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 30 Aug 2018 21:09:10 +0100 Subject: [PATCH] fix(ui): override styles used by new react-autosuggest --- ui/src/Components/NavBar/FilterInput/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/src/Components/NavBar/FilterInput/index.css b/ui/src/Components/NavBar/FilterInput/index.css index 69c13cbbd..988b724a4 100644 --- a/ui/src/Components/NavBar/FilterInput/index.css +++ b/ui/src/Components/NavBar/FilterInput/index.css @@ -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; +}