Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(textfield): increase specificity of label-text-populated-typograp…
Browse files Browse the repository at this point in the history
…hy to override default styles for outlined textfield

PiperOrigin-RevId: 475896832
  • Loading branch information
Yavanosta authored and copybara-github committed Sep 23, 2022
1 parent 81e4cb7 commit a131463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-textfield/_text-field-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ $_light-theme: (
}

@mixin _label-text-populated-typography($typography-theme) {
.mdc-floating-label--float-above {
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
@include typography.theme-styles($typography-theme);
}
}
Expand Down

0 comments on commit a131463

Please sign in to comment.