Hide none state from dropdown

This commit is contained in:
Kris 2018-05-09 15:49:43 -04:00
parent 41106fed61
commit 7077a646c0
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
margin-right: .5em; margin-right: .5em;
} }
li.none { li.none {
color: $primary-medium; display: none;
} }
} }