fix(aio): material code tab arrow animation (#16206)

This commit is contained in:
Stefanie Fluin 2017-04-20 14:52:02 -07:00 committed by Miško Hevery
parent 134f542b36
commit ce57b6fb45
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ code-example.code-shell, code-example[language=sh], code-example[language=bash]
}
// REMOVE RIPPLE EFFECT FROM MATERIAL TABS
code-tabs md-tab-group *.mat-ripple-element, code-tabs md-tab-group *.mat-tab-body-active, code-tabs md-tab-group *.mat-tab-body-content, code-tabs md-tab-group *.mat-tab-list, code-tabs md-tab-gropu *.mat-tab-body-content {
code-tabs md-tab-group *.mat-ripple-element, code-tabs md-tab-group *.mat-tab-body-active, code-tabs md-tab-group *.mat-tab-body-content, code-tabs md-tab-group *.mat-tab-body-content {
transform: none !important;
}