From 8334598786e75ee3a9ae154c678930f1a55bde12 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 27 Aug 2018 19:32:22 -0700 Subject: [PATCH] fix autosuggest for dark themes (#507) --- scss/themes/_dark.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/themes/_dark.scss b/scss/themes/_dark.scss index 6d616d8..bc93737 100644 --- a/scss/themes/_dark.scss +++ b/scss/themes/_dark.scss @@ -25,4 +25,8 @@ --muted-modal-hover: #{rgba(255, 255, 255, 0.2)}; --compose-button-halo: #{rgba(255, 255, 255, 0.1)}; + + --compose-autosuggest-item-hover: #{lighten($main-bg-color, 10%)}; + --compose-autosuggest-item-active: #{lighten($main-bg-color, 15%)}; + --compose-autosuggest-outline: #{lighten($border-color, 20%)}; } \ No newline at end of file