File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,23 @@ governing permissions and limitations under the License.
288
288
top : 0 ;
289
289
bottom : 0 ;
290
290
margin : auto;
291
+ color : var (--highcontrast-textfield-text-color-default , var (--mod-textfield-text-color-default , var (--spectrum-textfield-text-color-default )));
292
+
293
+ .spectrum-Textfield .is-disabled & {
294
+ color : var (--highcontrast-textfield-text-color-disabled , var (--mod-textfield-text-color-disabled , var (--spectrum-textfield-text-color-disabled )));
295
+ }
296
+
297
+ .spectrum-Textfield--quiet & {
298
+ color : var (--highcontrast-textfield-text-color-default , var (--mod-textfield-text-color-default , var (--spectrum-textfield-text-color-default )));
299
+ }
300
+
301
+ .spectrum-Textfield--quiet .is-disabled & {
302
+ color : var (--highcontrast-textfield-text-color-disabled , var (--mod-textfield-text-color-disabled , var (--spectrum-textfield-text-color-disabled )));
303
+ }
304
+
305
+ .spectrum-Textfield .is-readOnly & {
306
+ color : var (--highcontrast-textfield-text-color-readonly , var (--mod-textfield-text-color-readonly , var (--spectrum-textfield-text-color-readonly )));
307
+ }
291
308
}
292
309
293
310
/********* Child Component - Label *********/
You can’t perform that action at this time.
0 commit comments