mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
refactor(textarea): remove unused legacy styles (#29006)
This commit is contained in:
@ -28,7 +28,6 @@
|
|||||||
// The textarea, label, helper text, char counter and placeholder
|
// The textarea, label, helper text, char counter and placeholder
|
||||||
// should use the same opacity and match the other form controls
|
// should use the same opacity and match the other form controls
|
||||||
|
|
||||||
:host(.legacy-textarea) .native-textarea[disabled],
|
|
||||||
:host(.textarea-disabled) {
|
:host(.textarea-disabled) {
|
||||||
opacity: #{$textarea-ios-disabled-opacity};
|
opacity: #{$textarea-ios-disabled-opacity};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -49,7 +49,6 @@
|
|||||||
// The textarea, label, helper text, char counter and placeholder
|
// The textarea, label, helper text, char counter and placeholder
|
||||||
// should use the same opacity and match the other form controls
|
// should use the same opacity and match the other form controls
|
||||||
|
|
||||||
:host(.legacy-textarea) .native-textarea[disabled],
|
|
||||||
:host(.textarea-disabled) {
|
:host(.textarea-disabled) {
|
||||||
opacity: #{$textarea-md-disabled-opacity};
|
opacity: #{$textarea-md-disabled-opacity};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user