We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd9bc4 commit 7fe2359Copy full SHA for 7fe2359
core/src/components/datetime/datetime.ios.scss
@@ -267,7 +267,7 @@
267
color: current-color(contrast);
268
}
269
270
-:host .calendar-day.calendar-day-hidden-day {
+:host .calendar-day.calendar-day-hidden-day:not([disabled]) {
271
opacity: 1;
272
color: $text-color-step-700;
273
core/src/components/datetime/datetime.md.scss
@@ -127,7 +127,7 @@
127
background: current-color(base);
128
129
130
131
132
color: $text-color-step-500;
133
0 commit comments