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
Tabbar number 7 here: http://localhost:8000/dist/e2e/tabs/tab-bar-scenarios/
It has tabbarLayout='icon-hide' on the ion-tabs component but the .tab-button is getting the .has-icon class.
tabbarLayout='icon-hide'
ion-tabs
.tab-button
.has-icon
The text was updated successfully, but these errors were encountered:
fix(tabs): don't add the has-icon class to a tab button if the layout…
6b93bc1
… is icon-hide fixes #5658
brandyscarney
No branches or pull requests
Tabbar number 7 here: http://localhost:8000/dist/e2e/tabs/tab-bar-scenarios/
It has
tabbarLayout='icon-hide'
on theion-tabs
component but the.tab-button
is getting the.has-icon
class.The text was updated successfully, but these errors were encountered: