From 3f517d8e59300adae60a86c74049f487493e9d25 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 11 Oct 2017 10:25:39 -0700 Subject: Re-add bottom border on comment box actions --- app/assets/stylesheets/framework/secondary-navigation-elements.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/framework/secondary-navigation-elements.scss b/app/assets/stylesheets/framework/secondary-navigation-elements.scss index e8035b15b86..3fd2549b143 100644 --- a/app/assets/stylesheets/framework/secondary-navigation-elements.scss +++ b/app/assets/stylesheets/framework/secondary-navigation-elements.scss @@ -6,6 +6,7 @@ margin: 0; list-style: none; height: auto; + border-bottom: 1px solid $border-color; li { display: flex; -- cgit v1.2.1