Commit a1857b00 authored by Phil Hughes's avatar Phil Hughes

Merge branch '32700-extra-nav-border' into 'master'

Only show extra nav border on layout nav

Closes #32700

See merge request !11657
parents 6cbc69aa c0061384
...@@ -40,7 +40,17 @@ header { ...@@ -40,7 +40,17 @@ header {
} }
&.with-horizontal-nav { &.with-horizontal-nav {
border-color: transparent; border-bottom: 0;
.navbar-border {
height: 1px;
position: absolute;
right: 0;
left: 0;
bottom: -1px;
background-color: $border-color;
opacity: 0;
}
} }
.container-fluid { .container-fluid {
...@@ -114,16 +124,6 @@ header { ...@@ -114,16 +124,6 @@ header {
} }
} }
.navbar-border {
height: 1px;
position: absolute;
right: 0;
left: 0;
bottom: 0;
background-color: $border-color;
opacity: 0;
}
.global-dropdown { .global-dropdown {
position: absolute; position: absolute;
left: -10px; left: -10px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment