Skip to content

Commit

Permalink
fix(tabs): change missed md-active to md-tab-active (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlein authored and jelbourn committed Aug 15, 2016
1 parent 2411c24 commit 87b6193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/tab-group.scss
Expand Up @@ -60,7 +60,7 @@ $md-tab-bar-height: 48px !default;
box-sizing: border-box;
flex-grow: 1;
flex-shrink: 1;
&.md-active {
&.md-tab-active {
display: block;
}
}
Expand Down

0 comments on commit 87b6193

Please sign in to comment.