Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-07-31 11:10:59 +0300
committerwinh <winnie@gitlab.com>2017-07-31 12:53:52 +0300
commitc468628527756884e3b25c3c7d1bcff396637cd8 (patch)
tree268b9f4bc3bd5731f878edc6657ef9c34aa6e25c /app
parent1782aa7081ef177ef86da5db33d257ed26e253a9 (diff)
Make projects dropdown style in new navigation consistent
Diffstat (limited to 'app')
-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 {