From c468628527756884e3b25c3c7d1bcff396637cd8 Mon Sep 17 00:00:00 2001 From: winh <winnie@gitlab.com> Date: Mon, 31 Jul 2017 10:10:59 +0200 Subject: [PATCH] Make projects dropdown style in new navigation consistent --- app/assets/stylesheets/new_nav.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app/assets/stylesheets/new_nav.scss b/app/assets/stylesheets/new_nav.scss index 360ffda8d71..7cabf371985 100644 --- a/app/assets/stylesheets/new_nav.scss +++ b/app/assets/stylesheets/new_nav.scss @@ -309,6 +309,25 @@ header.navbar-gitlab-new { outline: 0; } } + + // TODO: fallback to global style + .dropdown-menu { + li { + padding: 0 1px; + + a { + border-radius: 0; + padding: 8px 16px; + + &.is-focused, + &:hover, + &:active, + &:focus { + background-color: $gray-darker; + } + } + } + } } .breadcrumbs-container { -- GitLab