We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e250c64 commit 3a8f001Copy full SHA for 3a8f001
src/material-experimental/mdc-tabs/_tabs-common.scss
@@ -161,8 +161,11 @@ $mat-tab-animation-duration: 500ms !default;
161
162
// The `span` is in the selector in order to increase the specificity, ensuring
163
// that it's always higher than the selector that declares the transition.
164
- ._mat-animation-noopable span.mdc-tab-indicator__content {
165
- transition: none;
+ ._mat-animation-noopable {
+ span.mdc-tab-indicator__content,
166
+ span.mdc-tab__text-label {
167
+ transition: none;
168
+ }
169
}
170
171
0 commit comments