diff --git a/src/components/tabs/tab-group.scss b/src/components/tabs/tab-group.scss index ae6b6ef8c5c2..a009c1d2e7aa 100644 --- a/src/components/tabs/tab-group.scss +++ b/src/components/tabs/tab-group.scss @@ -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; } }