File tree 2 files changed +22
-0
lines changed
projects/storefrontstyles/scss/components
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,20 @@ $caretSize: 7px;
67
67
@include cx-highContrastTheme {
68
68
select {
69
69
color : var (--cx-color-text );
70
+ option {
71
+ color : var (--cx-color-medium );
72
+ }
70
73
}
71
74
cx-icon {
72
75
color : var (--cx-color-text );
73
76
}
74
77
}
78
+
79
+ @include cx-highContrastTheme-light {
80
+ select {
81
+ option {
82
+ color : var (--cx-color-dark );
83
+ }
84
+ }
85
+ }
75
86
}
Original file line number Diff line number Diff line change @@ -67,9 +67,20 @@ $caretSize: 7px;
67
67
@include cx-highContrastTheme {
68
68
select {
69
69
color : var (--cx-color-text );
70
+ option {
71
+ color : var (--cx-color-medium );
72
+ }
70
73
}
71
74
cx-icon {
72
75
color : var (--cx-color-text );
73
76
}
74
77
}
78
+
79
+ @include cx-highContrastTheme-light {
80
+ select {
81
+ option {
82
+ color : var (--cx-color-dark );
83
+ }
84
+ }
85
+ }
75
86
}
You can’t perform that action at this time.
0 commit comments