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
Since 2.3.0 you can't use link variation for icons.
Create a simple play icon formatted as link:
<i class="play link icon"></i>
It should show a PLAY icon formatted as link: pointer cursor and hoverable status
It shows a LINK icon formatted as link: pointer cursor and hoverable status
2.3.0
v2.2.14 https://jsfiddle.net/q1kLLhxn/1/ v2.3.0 https://jsfiddle.net/cs9oyq44/1/
The text was updated successfully, but these errors were encountered:
It seems some icons still work, for example it works fine with <i class="play circle link icon"></i>
<i class="play circle link icon"></i>
Sorry, something went wrong.
Take a look at these issues #6277 #6180
This should be fixed when this PR is merged #6226
No branches or pull requests
Link icon unexpected result
Since 2.3.0 you can't use link variation for icons.
Steps
Create a simple play icon formatted as link:
<i class="play link icon"></i>
Expected Result
It should show a PLAY icon formatted as link: pointer cursor and hoverable status
Actual Result
It shows a LINK icon formatted as link: pointer cursor and hoverable status
Version
2.3.0
Testcase
v2.2.14 https://jsfiddle.net/q1kLLhxn/1/
v2.3.0 https://jsfiddle.net/cs9oyq44/1/
The text was updated successfully, but these errors were encountered: