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
RC0
On iOS: name="md-SOMETHING" isActive="false" generates: .md-SOMETHING-outline which is invalid class.
name="md-SOMETHING" isActive="false"
.md-SOMETHING-outline
name="ios-SOMETHING-outline" isActive="false" generates: .ios-SOMETHING-outline-outline which is invalid
name="ios-SOMETHING-outline" isActive="false"
.ios-SOMETHING-outline-outline
The text was updated successfully, but these errors were encountered:
This is probably a duplicate of #6046 But I think we should keep this open, since this issue points to the root cause.
Sorry, something went wrong.
fix(icon): isActive="false" with ios mode
52c16a8
fixes ionic-team#8435
bcbe03c
No branches or pull requests
RC0
On iOS:
name="md-SOMETHING" isActive="false"
generates:
.md-SOMETHING-outline
which is invalid class.
name="ios-SOMETHING-outline" isActive="false"
generates:
.ios-SOMETHING-outline-outline
which is invalid
The text was updated successfully, but these errors were encountered: