From 32202e432ad7408ceba86874b093cbad30a09b2a Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Mon, 23 Jun 2014 11:04:54 -0400 Subject: [PATCH] changing the tracking dropdown highlight for consistency --- app/assets/stylesheets/desktop/topic-post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 4616f1360..392bc6d9e 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -863,9 +863,9 @@ blockquote { /* solo quotes */ .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { - color: $secondary; + color: $tertiary; text-decoration: none; - background-color: scale-color($tertiary, $lightness: 50%); + background-color: scale-color($tertiary, $lightness: 90%); } .dropdown-menu .disabled > a,