From: Andy Allan Date: Wed, 3 Aug 2022 17:59:32 +0000 (+0100) Subject: Remove the user menu focus overrides X-Git-Tag: live~1033^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f16d4977031f8790d6b97e4117e3446c04eb5600 Remove the user menu focus overrides This restores the outline effect when the button is focussed using keyboard navigation. Refs #3633 --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index fdf35d615..9ec7fb3f4 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -201,16 +201,9 @@ nav.secondary { &:hover { border-color: $grey; } - &:focus { - background-color: white; - box-shadow: none; - } } &.show .btn-outline-secondary { background-color: white; - &:focus { - box-shadow: none; - } } }