Skip to content

Commit 87b6193

Browse files
tleinjelbourn
authored andcommitted
fix(tabs): change missed md-active to md-tab-active (#1044)
1 parent 2411c24 commit 87b6193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabs/tab-group.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $md-tab-bar-height: 48px !default;
6060
box-sizing: border-box;
6161
flex-grow: 1;
6262
flex-shrink: 1;
63-
&.md-active {
63+
&.md-tab-active {
6464
display: block;
6565
}
6666
}

0 commit comments

Comments
 (0)