We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve with token team if state tokens will be made available for icons colors inside inputs, add in suitable components if required.
Currently we have state specific tokens for input content:
formField/value/rest formField/placeholder/rest formField/value/hover formField/placeholder/hover formField/value/focus formField/placeholder/focus formField/value/disabled formField/placeholder/disabled formField/value/error/rest formField/placeholder/error/rest
for icons inside inputs we are using semantic tokens for color (eg search icon, down arrow in select) color/icon/default color/icon/disabled
The text was updated successfully, but these errors were encountered:
taysea
SeamusLeonardHPE
No branches or pull requests
Resolve with token team if state tokens will be made available for icons colors inside inputs, add in suitable components if required.
Current status of input tokens ----
Currently we have state specific tokens for input content:
formField/value/rest
formField/placeholder/rest
formField/value/hover
formField/placeholder/hover
formField/value/focus
formField/placeholder/focus
formField/value/disabled
formField/placeholder/disabled
formField/value/error/rest
formField/placeholder/error/rest
Current status of input ICON tokens ----
for icons inside inputs we are using semantic tokens for color (eg search icon, down arrow in select)
color/icon/default
color/icon/disabled
The text was updated successfully, but these errors were encountered: