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 4819e22 commit b6bb28fCopy full SHA for b6bb28f
src/material-experimental/mdc-tabs/_tabs-common.scss
@@ -162,8 +162,11 @@ $mat-tab-animation-duration: 500ms !default;
162
163
// The `span` is in the selector in order to increase the specificity, ensuring
164
// that it's always higher than the selector that declares the transition.
165
- ._mat-animation-noopable span.mdc-tab-indicator__content {
166
- transition: none;
+ ._mat-animation-noopable {
+ span.mdc-tab-indicator__content,
167
+ span.mdc-tab__text-label {
168
+ transition: none;
169
+ }
170
}
171
172
0 commit comments