From b34f0e792f76506c6b9e23a1be2d15f578ad4d11 Mon Sep 17 00:00:00 2001 From: Pablo Cuadrado Date: Wed, 17 Jun 2015 07:28:48 -0300 Subject: [PATCH] followed tags selected state was missing --- app/assets/stylesheets/leftnavbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/leftnavbar.scss b/app/assets/stylesheets/leftnavbar.scss index 3630e8f15..5f6bff168 100644 --- a/app/assets/stylesheets/leftnavbar.scss +++ b/app/assets/stylesheets/leftnavbar.scss @@ -34,7 +34,7 @@ } } - .all_aspects a.hoverable.selected { + .all_aspects a.hoverable.selected, .followed_tags_sidebar a.hoverable.selected { color: white; background: #666; }