From bd85963cd98bd3c8d42c590b79119fcdd9500584 Mon Sep 17 00:00:00 2001 From: Akhil Date: Thu, 8 Jun 2017 07:01:55 +0000 Subject: [PATCH] typeahead: Alter CSS to make secondary items more readable. --- static/styles/compose.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/styles/compose.css b/static/styles/compose.css index 2f0c493678..a2bf34a7f8 100644 --- a/static/styles/compose.css +++ b/static/styles/compose.css @@ -26,7 +26,11 @@ } .autocomplete_secondary { - opacity: 0.6; + opacity: 0.8; +} + +.active .autocomplete_secondary { + opacity: 1; } #compose_buttons {