From 27402ec437e7b52640f17ff7f295aa7f9b32d550 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Wed, 11 Dec 2019 18:56:07 -0500 Subject: [PATCH] Woohoo it worked --- resources/components/search.less | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) 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