Skip to content

Commit ee8a5a9

Browse files
fix(calendar) Fix date text color in range selection when the current date is also last or first (#1630)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 53f412a commit ee8a5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/calendar/themes/shared/material/days-view.material.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ $week-number-radius: var-get($theme, 'week-number-border-radius');
144144
}
145145
}
146146

147-
&[part~='current'][part~='range'] {
147+
&[part~='current'][part~='range']:not([part~='last'], [part~='first']) {
148148
color: var-get($theme, 'date-current-foreground');
149149

150150
&:focus {

0 commit comments

Comments
 (0)