From: Andy Allan Date: Wed, 29 Jan 2020 16:18:12 +0000 (+0100) Subject: Don't highlight border when hovering on user-menu button X-Git-Tag: live~2271^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/523f84d103bf8f580b1d65a2b2fd948eff9c2c95 Don't highlight border when hovering on user-menu button --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 947be58f5..c0e0a3686 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -229,8 +229,10 @@ nav.secondary { .user-menu { .btn-outline-secondary { @include button-outline-variant($darkgrey, $darkgrey, white, $darkgrey); - // @include button-outline-variant($grey, $grey, white, $grey); border-color: $grey; + &:hover { + border-color: $grey; + } } }