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
v1.x
Text and border does not have a visible color when disabled
:host([disabled])>button:disabled { --background: oklch(var(--neutral-oklch, 32.1785% 0.02476 255.701624) / 0.2); --color: oklch(var(--base-content-oklch, 27.8078% 0.029596 256.847952) / 0.2); pointer-events: none; }
--color is not used
--color
Have a visible disabled button
No response
The text was updated successfully, but these errors were encountered:
fix(core): apply correct color on disabled button
0ff2b4a
the --color was not used, force color with the property fixes: #35
cd17739
Sukaato
Successfully merging a pull request may close this issue.
Prerequisites
Poppy UI Version
v1.x
Current Behavior
Text and border does not have a visible color when disabled
--color
is not usedExpected Behavior
Have a visible disabled button
Steps to Reproduce
Code Reproduction URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: