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
Core
button
the button component styles includes some nested rules, eg:
The css is using the nesting selelctor which only is supported from iOS 17.2, causing lower version to not apply the styles.
Reproduce with Constructed Stylesheet
Reproduce with Inline Stylestags (polyfill for Constructed Stylesheet)
Missing styles. Eg no focus/hover/active state nor text-overflow on text for the Button component for iOS <17.2
css-styles should be compiled to support at least iOS 15.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug already reported?
For which framework/library you are reporting the bug
Core
Component name
button
Description
the button component styles includes some nested rules, eg:
The css is using the nesting selelctor which only is supported from iOS 17.2, causing lower version to not apply the styles.
Steps To Reproduce
Reproduce with Constructed Stylesheet
Reproduce with Inline Stylestags (polyfill for Constructed Stylesheet)
Current Behaviour
Missing styles. Eg no focus/hover/active state nor text-overflow on text for the Button component for iOS <17.2
Expected Behaviour
css-styles should be compiled to support at least iOS 15.
The text was updated successfully, but these errors were encountered: