From 342511959a2f45f468687b5be23677dc4a5721fe Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 13 Nov 2023 11:16:13 -0500 Subject: [PATCH] chore(datetime): remove unused code (#28502) Issue number: N/A --------- ## What is the current behavior? While evaluating step colors for high contrast themes I discovered that this code is not actually applied anywhere. ## What is the new behavior? - Remove unused code ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- core/src/components/datetime/datetime.md.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/src/components/datetime/datetime.md.scss b/core/src/components/datetime/datetime.md.scss index 751213eab4..a900eeecbb 100644 --- a/core/src/components/datetime/datetime.md.scss +++ b/core/src/components/datetime/datetime.md.scss @@ -136,7 +136,3 @@ justify-content: flex-end; } - -:host .datetime-view-buttons ion-button { - color: $text-color-step-200; -}