File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
core/src/components/datetime Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 160160}
161161
162162// Focused Day
163- .calendar-day :focus-visible ,
164- .calendar-day.calendar-day-adjacent-day :focus-visible {
163+ .calendar-day :focus-visible {
165164 border : var (--focus-ring-width ) globals .$ion-border-style-solid var (--focus-ring-color );
166165}
167166
173172}
174173
175174// Pressed Day
176- .calendar-day :active {
177- background : globals .$ion-semantics-primary-300 ;
175+ .calendar-day :active ,
176+ .calendar-day.calendar-day-adjacent-day :active {
177+ background : globals .$ion-bg-primary-subtle-press ;
178178}
179179
180180// Adjacent Day
181181.calendar-day.calendar-day-adjacent-day {
182182 color : globals .$ion-text-subtlest ;
183183}
184184
185- // Pressed Adjacent Day
186- .calendar-day.calendar-day-adjacent-day :active {
187- background : globals .$ion-bg-primary-subtle-press ;
185+ // Selected Adjacent Day
186+ .calendar-day.calendar-day-active.calendar-day- adjacent-day {
187+ color : globals .$ion-text-default ;
188188}
189189
190190// Time / Header
You can’t perform that action at this time.
0 commit comments