refactor(textarea): remove unused legacy styles (#29006)

This commit is contained in:
Brandy Carney
2024-02-09 10:46:11 -05:00
committed by GitHub
parent 92d810338d
commit 5daa3e6b7f
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@
// The textarea, label, helper text, char counter and placeholder
// should use the same opacity and match the other form controls
:host(.legacy-textarea) .native-textarea[disabled],
:host(.textarea-disabled) {
opacity: #{$textarea-ios-disabled-opacity};
}

View File

@ -49,7 +49,6 @@
// The textarea, label, helper text, char counter and placeholder
// should use the same opacity and match the other form controls
:host(.legacy-textarea) .native-textarea[disabled],
:host(.textarea-disabled) {
opacity: #{$textarea-md-disabled-opacity};
}