diff --git a/resources/components/search.less b/resources/components/search.less index e3bedd6d..2bcae74f 100644 --- a/resources/components/search.less +++ b/resources/components/search.less @@ -150,26 +150,9 @@ } } -.suggestions { +.suggestions-dropdown { + background: @base-100; .boxshadow(4); - - .suggestions-results { - border: 0; - - .suggestions-result { - padding: @margin-side / 2 15px; - } - } - - .suggestions-special { - padding: @margin-side / 2 15px; - border: 0; - background-color: @base-90; - } - - .suggestions-result-current { - background-color: @accent-10; - } } // RTL tweaks