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
Only tested it in React, might also affect other use cases. Repro:
I think this CSS is not applied correctly, no idea where it is generated
.db-input:has(input[data-custom-validity=invalid]) [id$=-placeholder], .db-input:has(input[data-custom-validity=invalid]) input { caret-color: var(--db-successful-on-bg-basic-emphasis-100-default); color: var(--db-successful-on-bg-basic-emphasis-100-default); }
Text in invalid input field is displayed in a color that corresponds to it being invalid
None
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which generators are impacted?
Reproduction case
Only tested it in React, might also affect other use cases.
Repro:
I think this CSS is not applied correctly, no idea where it is generated
Expected Behaviour
Text in invalid input field is displayed in a color that corresponds to it being invalid
Screenshots
Browser version
None
Add any other context about the problem here.
No response
The text was updated successfully, but these errors were encountered: