We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c061bcc commit 012f350Copy full SHA for 012f350
packages/components/src/components/date-picker/_date-picker.scss
@@ -316,9 +316,9 @@
316
}
317
318
319
- .#{$prefix}--date-picker__days .nextMonthDay,
320
- .#{$prefix}--date-picker__days .prevMonthDay {
321
- color: $text-02;
+ .#{$prefix}--date-picker__day.nextMonthDay,
+ .#{$prefix}--date-picker__day.prevMonthDay {
+ color: $text-05;
322
323
324
.#{$prefix}--date-picker__day.today,
@@ -352,11 +352,10 @@
352
353
354
355
- .#{$prefix}--date-picker__day.disabled,
356
- .flatpickr-day.disabled {
+ .#{$prefix}--date-picker__day.flatpickr-day.flatpickr-disabled {
357
cursor: not-allowed;
358
opacity: 0.5;
359
- color: $ui-05;
+ color: $disabled-02;
360
361
&:hover {
362
background: transparent;
0 commit comments