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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
uiv 0.31.2 Firefox 65.0.2 (64-bit)
Tab
Using a Tab with html-title and a backstring HTML string as follows:
<Tab html-title :title="`<i class='fa fa-fw fa-filter'></i> Filters <span class='badge'>0</span>`" >
Badge inside an active tab should have a white background with tab color text as detailed in the docs here
Badge still has grey background even with active tab.
This seems to be because the content of the tab link is wrapped in a span element. Moving the contents out of the span fixes the issue.
The text was updated successfully, but these errors were encountered:
ad70b3c
wxsms
No branches or pull requests
Version & browser
uiv 0.31.2
Firefox 65.0.2 (64-bit)
Which component
Tab
Steps to reproduce the problem
Using a Tab with html-title and a backstring HTML string as follows:
Expected behavior
Badge inside an active tab should have a white background with tab color text as detailed in the docs here
Actual behavior
Badge still has grey background even with active tab.
This seems to be because the content of the tab link is wrapped in a span element. Moving the contents out of the span fixes the issue.
The text was updated successfully, but these errors were encountered: