File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ governing permissions and limitations under the License.
44
44
45
45
--spectrum-calendar-day-today-text-color-disabled : var (--spectrum-gray-500 );
46
46
--spectrum-calendar-day-today-border-color-disabled : var (--spectrum-gray-400 );
47
- --spectrum-calendar-day-text-color-disabled : var (--spectrum-gray-500 );
47
+ --spectrum-calendar-day-text-color-disabled : var (--spectrum-disabled-content-color );
48
48
49
49
--spectrum-calendar-day-text-color-key-focus : var (--spectrum-gray-900 );
50
50
@@ -91,10 +91,6 @@ governing permissions and limitations under the License.
91
91
& : not ([disabled ]) {
92
92
color : var (--highcontrast-calendar-button-icon-color , var (--mod-calendar-button-icon-color , var (--spectrum-calendar-button-icon-color )));
93
93
}
94
-
95
- & : disabled {
96
- color : var (--highcontrast-calendar-button-icon-color-disabled , var (--mod-calendar-button-icon-color-disabled , var (--spectrum-calendar-button-icon-color-disabled )));
97
- }
98
94
}
99
95
100
96
.spectrum-Calendar-prevMonth {
You can’t perform that action at this time.
0 commit comments