From 523f84d103bf8f580b1d65a2b2fd948eff9c2c95 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 29 Jan 2020 17:18:12 +0100 Subject: [PATCH] Don't highlight border when hovering on user-menu button --- app/assets/stylesheets/common.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; + } } } -- 2.43.2