We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d9cf4 commit 9056b87Copy full SHA for 9056b87
src/components/textarea/themes/shared/textarea.material.scss
@@ -87,6 +87,7 @@ textarea {
87
}
88
89
textarea:placeholder-shown + [part='notch'] [part='label'],
90
+ textarea:placeholder-shown ~ [part='notch'] [part='label'],
91
[part~='filled'] [part='notch'] [part='label'] {
92
@extend %label-filled;
93
@@ -251,6 +252,7 @@ textarea {
251
252
253
254
255
256
257
@extend %label-outlined-filled;
258
0 commit comments