From e4a5c3ed4364c5f6f99df4bd0f587e6f72acab65 Mon Sep 17 00:00:00 2001 From: Simon Knox Date: Fri, 9 Jun 2017 23:54:14 +1000 Subject: [PATCH] remove outline from dropdown toggles when dropdown open --- app/assets/stylesheets/framework/dropdowns.scss | 5 +++++ app/assets/stylesheets/pages/notes.scss | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index 17f1dc2f479..cba890ce831 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -48,6 +48,10 @@ @include chevron-active; border-color: $gray-darkest; } + + [data-toggle="dropdown"] { + outline: 0; + } } .dropdown-toggle { @@ -109,6 +113,7 @@ &:focus:active { @include chevron-active; border-color: $dropdown-toggle-active-border-color; + outline: 0; } } diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index e622e5c3f4b..a0442463390 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -462,7 +462,6 @@ ul.notes { .more-actions-toggle { padding: 0; - outline: none; &:hover .icon, &:focus .icon {