carbon-react 111.12.2 → 111.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -285,9 +285,13 @@ const StyledDayPicker = styled.div`
|
|
|
285
285
|
|
|
286
286
|
.DayPicker-Day--disabled,
|
|
287
287
|
.DayPicker-Day--disabled:hover {
|
|
288
|
-
color: var(colorsActionMajorYin030);
|
|
288
|
+
color: var(--colorsActionMajorYin030);
|
|
289
289
|
background-color: var(--colorsUtilityYang100);
|
|
290
290
|
cursor: default;
|
|
291
|
+
|
|
292
|
+
&.DayPicker-Day--today {
|
|
293
|
+
background-color: var(--colorsActionMinor200);
|
|
294
|
+
}
|
|
291
295
|
}
|
|
292
296
|
|
|
293
297
|
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
|
|
@@ -296,9 +296,13 @@ const StyledDayPicker = _styledComponents.default.div`
|
|
|
296
296
|
|
|
297
297
|
.DayPicker-Day--disabled,
|
|
298
298
|
.DayPicker-Day--disabled:hover {
|
|
299
|
-
color: var(colorsActionMajorYin030);
|
|
299
|
+
color: var(--colorsActionMajorYin030);
|
|
300
300
|
background-color: var(--colorsUtilityYang100);
|
|
301
301
|
cursor: default;
|
|
302
|
+
|
|
303
|
+
&.DayPicker-Day--today {
|
|
304
|
+
background-color: var(--colorsActionMinor200);
|
|
305
|
+
}
|
|
302
306
|
}
|
|
303
307
|
|
|
304
308
|
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
|