summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-07-31 10:10:59 +0200
committerwinh <winnie@gitlab.com>2017-07-31 11:53:52 +0200
commitc468628527756884e3b25c3c7d1bcff396637cd8 (patch)
tree268b9f4bc3bd5731f878edc6657ef9c34aa6e25c
parent1782aa7081ef177ef86da5db33d257ed26e253a9 (diff)
downloadgitlab-ce-c468628527756884e3b25c3c7d1bcff396637cd8.tar.gz
Make projects dropdown style in new navigation consistentwinh-newnav-projects-dropdown-style
-rw-r--r--app/assets/stylesheets/new_nav.scss19
1 files changed, 19 insertions, 0 deletions
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 {