Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: header nav right to avoid inherit ul styles
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoronelmakingsense committed Mar 6, 2019
1 parent dbd3c2b commit a7d573b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions assets/scss/templates/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,11 @@
display: flex;
}

.nav-right-main > ul {
.nav-right-main--list {
list-style: none;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
margin-left: 0;
margin: 0;

li {
& > li {
display: inline-block;
margin: 0 10px;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion assets/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div><!-- menu-main--container only-mobile -->
</nav><!-- nav-left-main -->
<nav class="nav-right-main">
<ul>
<ul class="nav-right-main--list">
<li><a href="#" class="active" data-count="1"><span class="ms-icon icon-notification"></span></a></li>
<li><a href="#"><span class="ms-icon icon-header-help"></span></a></li>
<li><a id="user-menu--open" href="#"><span class="user-avatar">GB</span></a>
Expand Down

0 comments on commit a7d573b

Please sign in to comment.