-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
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 background not getting override #7500
Comments
How can I test this kind of things with ionic running |
It looks like you are using the nightly version of the framework. I made some changes to the Sass variables for tabs and I believe those changes are in that nightly. Can you take a look at this diff to see the changes: af01841
We'll have this in the changelog as well. :) If you're running the |
Ooops missed that commit! Thanks :D |
Short description of the problem:
I'm trying to override
$tabbar-md-background
and$tabbar-ios-background
, but anything happens, instead I get the$toolbar-background
value.If I want to modify the ion-tabbar background I have to do:
It works, but with scss variables should be cleaner.
Which Ionic Version? 1.x or 2.x
2.x
Run
ionic info
from terminal/cmd prompt: (paste output below)The text was updated successfully, but these errors were encountered: