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

fix(textfield): increase specificity of label-text-populated-typography to override default styles for outlined textfield #7741

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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