File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
ui/components/datepickers Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 54
54
& :hover:not (.slds-disabled-text ) > .slds-day ,
55
55
& :focus:not (.slds-disabled-text ) > .slds-day ,
56
56
& .slds-is-today > .slds-day {
57
- background : $color-background-row-hover ;
58
57
cursor : pointer ;
59
58
}
60
59
60
+ & .slds-is-today > .slds-day {
61
+ background-color : $color-background-row-selected ;
62
+ }
63
+
61
64
& :focus {
62
65
outline : 0 ;
63
66
72
75
* @selector .slds-is-selected
73
76
* @restrict .slds-datepicker td
74
77
*/
75
- & .slds-is-selected :not (.slds-is-today ) > .slds-day {
78
+ // &.slds-is-selected {
79
+ // color: $color-text-brand-primary;
80
+ // }
81
+
82
+ & .slds-is-selected > .slds-day {
76
83
background : $brand-accessible ;
77
- color : $color-text-button- brand-hover ;
84
+ color : $color-text-brand-primary ;
78
85
}
79
86
80
87
& .slds-is-selected :focus > .slds-day {
81
88
background : $brand-accessible-active ;
82
89
box-shadow : $brand-accessible-active 0 0 3px ;
83
- color : currentColor ;
90
+ color : $color-text-brand-primary ;
84
91
}
85
92
}
86
93
Original file line number Diff line number Diff line change 67
67
overflow : visible ;
68
68
}
69
69
70
+ & .slds-is-today > .slds-day {
71
+ box-shadow : $color-background-alt 0 0 0 1px inset ;
72
+ }
73
+
70
74
+ .slds-is-selected-multi > .slds-day :before {
71
75
@include calendar-selection-fill ;
72
76
}
You can’t perform that action at this time.
0 commit comments