From 5daa3e6b7f4cf2ec1f9a66847b6248968ab76588 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 9 Feb 2024 10:46:11 -0500 Subject: [PATCH] refactor(textarea): remove unused legacy styles (#29006) --- core/src/components/textarea/textarea.ios.scss | 1 - core/src/components/textarea/textarea.md.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/core/src/components/textarea/textarea.ios.scss b/core/src/components/textarea/textarea.ios.scss index ffbc4264f1..1e3540035c 100644 --- a/core/src/components/textarea/textarea.ios.scss +++ b/core/src/components/textarea/textarea.ios.scss @@ -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}; } diff --git a/core/src/components/textarea/textarea.md.scss b/core/src/components/textarea/textarea.md.scss index 16f14cb978..c3403b6ebe 100644 --- a/core/src/components/textarea/textarea.md.scss +++ b/core/src/components/textarea/textarea.md.scss @@ -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}; }