From 42066e407dd86083bd710fedb0feea3a1a0160a1 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 1 Oct 2018 14:49:00 -0400 Subject: [PATCH] UX: updating style of mobile navigation dropdown --- app/assets/stylesheets/mobile/topic-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index f7320c1fe96..f7ddaee3809 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -90,8 +90,8 @@ } > li { margin-right: 0; - background: $primary-low; font-size: $font-down-1; + border: 1px solid $primary-medium; } > li > a { line-height: $line-height-large;