Skip to content

Commit 4cef43e

Browse files
- fix snapshots;
1 parent 9cd8a3c commit 4cef43e

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@
117117
* is selected should have ion-color for
118118
* text color and be bolder.
119119
*/
120-
:host .calendar-day.calendar-day-active {
120+
:host .calendar-day.calendar-day-active{
121121
color: current-color(contrast);
122122
}
123123

124-
.calendar-day.calendar-day-active {
124+
.calendar-day.calendar-day-active,
125+
.calendar-day.calendar-day-active:focus{
125126
border: 1px solid current-color(base);
126127

127128
background: current-color(base);
-205 Bytes
Loading
-301 Bytes
Loading
Loading
Loading

0 commit comments

Comments
 (0)