Skip to content

Commit 7fe2359

Browse files
- ensure hidden days styles are not applied on disable days;
1 parent 6dd9bc4 commit 7fe2359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/datetime/datetime.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
color: current-color(contrast);
268268
}
269269

270-
:host .calendar-day.calendar-day-hidden-day {
270+
:host .calendar-day.calendar-day-hidden-day:not([disabled]) {
271271
opacity: 1;
272272
color: $text-color-step-700;
273273
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
background: current-color(base);
128128
}
129129

130-
:host .calendar-day.calendar-day-hidden-day {
130+
:host .calendar-day.calendar-day-hidden-day:not([disabled]) {
131131
opacity: 1;
132132
color: $text-color-step-500;
133133
}

0 commit comments

Comments
 (0)