From e95f81d2271f0b82f63e16cd6c7e3d0734084e03 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Mon, 3 Jul 2017 10:45:40 +0100 Subject: Contextual breadcrumb title fixes Also moves action buttons into the new breadcrumbs Closes #34030, #34033 --- app/assets/stylesheets/new_nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/stylesheets/new_nav.scss') diff --git a/app/assets/stylesheets/new_nav.scss b/app/assets/stylesheets/new_nav.scss index bfb7a0c7e25..c7ef5a5ae1f 100644 --- a/app/assets/stylesheets/new_nav.scss +++ b/app/assets/stylesheets/new_nav.scss @@ -323,7 +323,7 @@ header.navbar-gitlab-new { white-space: nowrap; > a { - &:last-of-type { + &:last-of-type:not(:first-child) { font-weight: 600; } } -- cgit v1.2.3 From 08a0af9fcf4de2ae1f56c46104eb0ae171db38df Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Mon, 3 Jul 2017 11:58:06 +0100 Subject: moved more action buttons --- app/assets/stylesheets/new_nav.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/assets/stylesheets/new_nav.scss') diff --git a/app/assets/stylesheets/new_nav.scss b/app/assets/stylesheets/new_nav.scss index c7ef5a5ae1f..e88b383617b 100644 --- a/app/assets/stylesheets/new_nav.scss +++ b/app/assets/stylesheets/new_nav.scss @@ -388,3 +388,13 @@ header.navbar-gitlab-new { color: $gl-text-color; } } + +.top-area { + .nav-controls-new-nav { + .dropdown { + @media (min-width: $screen-sm-min) { + margin-right: 0; + } + } + } +} -- cgit v1.2.3 From 6d3a9cc98e1503b0ef49906833aab094a8e6b686 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 4 Jul 2017 14:05:26 +0100 Subject: fix some breadcrumb titles that are wrong changed color of divider --- app/assets/stylesheets/new_nav.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/stylesheets/new_nav.scss') diff --git a/app/assets/stylesheets/new_nav.scss b/app/assets/stylesheets/new_nav.scss index e88b383617b..56368fc58ae 100644 --- a/app/assets/stylesheets/new_nav.scss +++ b/app/assets/stylesheets/new_nav.scss @@ -376,6 +376,7 @@ header.navbar-gitlab-new { &::after { content: "/"; margin: 0 2px 0 5px; + color: rgba($black, .65); } } -- cgit v1.2.3