From 7077a646c0a5a6b17b980c8f744fdcba0db3bc0c Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 9 May 2018 15:49:43 -0400 Subject: [PATCH] Hide none state from dropdown --- assets/stylesheets/explorer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index 2dd3667..9c88adf 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -206,7 +206,7 @@ margin-right: .5em; } li.none { - color: $primary-medium; + display: none; } }