From: Andy Allan Date: Wed, 29 Jan 2020 16:49:41 +0000 (+0100) Subject: Tweak the dropdown menu hover and active colours X-Git-Tag: live~3004^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/404024f6212d11a969e4943ab2c33c09c0196934 Tweak the dropdown menu hover and active colours --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 540c887b3..ae3b7c954 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -278,6 +278,15 @@ nav.secondary { } } +nav.primary, nav.secondary { + .dropdown-item { + &:hover, &:active { + background-color: $green; + color: white; + } + } +} + #compact-secondary-nav { display: none; }