Skip to content

Commit

Permalink
fix(md-colors): fix sidenav colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Nov 7, 2016
1 parent 251dca1 commit 0c32379
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/colors/md-colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,11 @@
}

/* side-nav */
.side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active {
md-sidenav .side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active {
background-color: ${mdPrimaryColor};
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active, .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
background-color: ${mdPrimaryColor};
}

Expand Down Expand Up @@ -367,9 +371,9 @@

/* md-select label */
.select-wrapper input {
// make input fit in div
/* make input fit in div */
display: inline-block !important;
// fix validation border thickness
/* fix validation border thickness */
border-bottom: 1px solid #4CAF50;
}

Expand Down

0 comments on commit 0c32379

Please sign in to comment.