Skip to content

Commit 3425119

Browse files
authored
chore(datetime): remove unused code (#28502)
Issue number: N/A --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> While evaluating step colors for high contrast themes I discovered that this code is not actually applied anywhere. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Remove unused code ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
1 parent 900267e commit 3425119

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/components/datetime/datetime.md.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,3 @@
136136

137137
justify-content: flex-end;
138138
}
139-
140-
:host .datetime-view-buttons ion-button {
141-
color: $text-color-step-200;
142-
}

0 commit comments

Comments
 (0)