提交 c0061384 编写于 作者: A Annabel Dunstone Gray

Only show extra nav border on layout nav

上级 d07e85e1
......@@ -40,7 +40,17 @@ header {
}
&.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 {
......@@ -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 {
position: absolute;
left: -10px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册