File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,12 @@ governing permissions and limitations under the License.
85
85
.spectrum-Calendar-prevMonth ,
86
86
.spectrum-Calendar-nextMonth {
87
87
transform : logical rotate (0deg );
88
+ }
88
89
89
- & : not ([disabled ]) {
90
- color : var (--highcontrast-calendar-button-icon-color , var (--mod-calendar-button-icon-color , var (--spectrum-calendar-button-icon-color )));
91
- }
90
+ /* addresses specificty concerns for SWC implementation see PR #2100 */
91
+ .spectrum-Calendar : not ([disabled ]) .spectrum-Calendar-nextMonth : not ([disabled ]),
92
+ .spectrum-Calendar : not ([disabled ]) .spectrum-Calendar-prevMonthtMonth : not ([disabled ]) {
93
+ color : var (--highcontrast-calendar-button-icon-color , var (--mod-calendar-button-icon-color , var (--spectrum-calendar-button-icon-color )));
92
94
}
93
95
94
96
.spectrum-Calendar-prevMonth {
You can’t perform that action at this time.
0 commit comments