X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b97d2d98aef3d863d061b7c70857b19319365a8e..404024f6212d11a969e4943ab2c33c09c0196934:/app/assets/stylesheets/common.scss?ds=sidebyside 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; }