Skip to content

Commit

Permalink
fix(md-colors): fix tabs with waves, fix tab indicator, close #315
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Nov 10, 2016
1 parent 69565d9 commit 4f85e50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/colors/md-colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,12 @@
.tab.primary-text a {
color: ${mdPrimaryColor};
}
.tab.primary-text a.active {
color: ${mdPrimaryColor};
}
.tab.waves-effect {
position: initial;
}
.tab.primary-text a:hover {
color: ${mdPrimaryColor | lighten:2};
}
Expand Down

0 comments on commit 4f85e50

Please sign in to comment.