summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-31 18:28:15 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-31 18:28:15 +0000
commit290045ad3eb3e5942b49ab0a4c30472bdc77445b (patch)
tree182d224fd90346a971ada0821cfef46de7f180a5
parentb60014c714471f786cd339c19c9aa504be656f68 (diff)
parentc468628527756884e3b25c3c7d1bcff396637cd8 (diff)
downloadgitlab-ce-290045ad3eb3e5942b49ab0a4c30472bdc77445b.tar.gz
Merge branch 'winh-newnav-projects-dropdown-style' into 'master'
Make projects dropdown style in new navigation consistent See merge request !13182
-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 781d4cc8833..1c4a84de7ec 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 {