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 6e080d7 commit d7e4226Copy full SHA for d7e4226
src/material-experimental/mdc-tabs/_tabs-common.scss
@@ -171,8 +171,11 @@ $mat-tab-animation-duration: 500ms !default;
171
172
// The `span` is in the selector in order to increase the specificity, ensuring
173
// that it's always higher than the selector that declares the transition.
174
- ._mat-animation-noopable span.mdc-tab-indicator__content {
175
- transition: none;
+ ._mat-animation-noopable {
+ span.mdc-tab-indicator__content,
176
+ span.mdc-tab__text-label {
177
+ transition: none;
178
+ }
179
}
180
181
0 commit comments