Skip to content

Commit 6dd9bc4

Browse files
- add styles for hidden-days on md and ios themes;
1 parent 8c2d033 commit 6dd9bc4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@
267267
color: current-color(contrast);
268268
}
269269

270+
:host .calendar-day.calendar-day-hidden-day {
271+
opacity: 1;
272+
color: $text-color-step-700;
273+
}
274+
270275
// Time / Header
271276
// -----------------------------------
272277
:host .datetime-time {

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@
127127
background: current-color(base);
128128
}
129129

130+
:host .calendar-day.calendar-day-hidden-day {
131+
opacity: 1;
132+
color: $text-color-step-500;
133+
}
134+
130135
// Time / Header
131136
// -----------------------------------
132137
:host .datetime-time {

0 commit comments

Comments
 (0)