From 404024f6212d11a969e4943ab2c33c09c0196934 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 29 Jan 2020 17:49:41 +0100 Subject: [PATCH] Tweak the dropdown menu hover and active colours --- app/assets/stylesheets/common.scss | 9 +++++++++ 1 file changed, 9 insertions(+) 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; } -- 2.43.2