35209 Add wip message to new navigation preference section
This commit is contained in:
parent
fe0c3b79d9
commit
3d08a309a5
3 changed files with 25 additions and 0 deletions
|
@ -376,3 +376,18 @@ table.u2f-registrations {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nav-wip {
|
||||
border: 1px solid $blue-500;
|
||||
background: $blue-25;
|
||||
padding: $gl-padding;
|
||||
margin-bottom: $gl-padding;
|
||||
|
||||
a {
|
||||
color: $blue-500;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,6 +24,12 @@
|
|||
%p
|
||||
This setting allows you to turn on or off the new upcoming navigation concept.
|
||||
.col-lg-8.syntax-theme
|
||||
.nav-wip
|
||||
%p
|
||||
The new navigation is currently a work-in-progress concept and is currently only usable on wide-screens. There are a number of improvements that we are working on in order to further refine our navigation.
|
||||
%p
|
||||
%a{ href: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/32794', target: 'blank' } Learn more
|
||||
about the improvements that are coming soon!
|
||||
= label_tag do
|
||||
.preview= image_tag "old_nav.png"
|
||||
%input.js-experiment-feature-toggle{ type: "radio", value: "false", name: "new_nav", checked: !show_new_nav? }
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Add wip message to new navigation preference section
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue