Skip to content

Commit

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

0 comments on commit ca9cbf3

Please sign in to comment.