Skip to content

Commit afa332a

Browse files
Feature(Layout): Update the top navbar component using the new design
1 parent 684f92c commit afa332a

File tree

7 files changed

+15
-18
lines changed

7 files changed

+15
-18
lines changed

data/styles/base/custom/mod_navbar.less

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,12 @@
7777
> li:hover {
7878
background: @gray-93;
7979
}
80+
>li:first-of-type {
81+
border-top: none;
82+
}
83+
8084
.dm-header {
8185
padding: 6px 10px;
82-
border-top: none;
8386
white-space: nowrap;
8487
}
8588
.dm-header:hover {
@@ -162,11 +165,7 @@
162165
.navbar-nav {
163166
margin: 0 -15px;
164167
& > li {
165-
border-bottom: 1px solid @navbar-default-border;
166-
167-
&:last-child {
168-
border-bottom: none;
169-
}
168+
border-bottom: none;
170169
}
171170
.dropdown-menu {
172171
&.dropdown-caret {

dist/css/main_style.css

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style_dark.css

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style_dark.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style_dark.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)