Skip to content

Commit

Permalink
Use white color for highlighted items
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 26, 2018
1 parent b602234 commit 0eca464
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/sidenav-navitem.styl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
&.highlighted > .navitem .navicon,
&.highlighted > .navitem .navtext {
color: #fff;
> * {
color: #fff;
}
}

> .navitem {
Expand Down Expand Up @@ -70,6 +73,14 @@
}
}

> .navitem .navicon,
> .navitem .navtext {
color: #f9dcdd;
> * {
color: #f9dcdd;
}
}

> .navitem .navicon {
display: block;
float: left;
Expand All @@ -83,12 +94,8 @@
opacity: .7;
line-height: 50px;
text-align: center;

color: #f9dcdd;
> * {
color: #f9dcdd;
}
}

> .navitem .navicon + .navtext {
display: none;
}
Expand Down

0 comments on commit 0eca464

Please sign in to comment.