-
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
fix(spinner): RTL fix for Spinner #12071
Conversation
fixes ionic-team#9699 fixes ionic-team#11484 fixes ionic-team#11389 fixes ionic-team#11325 fixes ionic-team#11291 fixes ionic-team#10828 fixes ionic-team#11291 fixes ionic-team#10393 fixes ionic-team#10257 fixes ionic-team#9434 fixes ionic-team#8933 fixes ionic-team#7178 fixes ionic-team#7047 fixes ionic-team#10552 fixes ionic-team#10393 fixes ionic-team#10183 fixes ionic-team#10187 fixes ionic-team#10852 fixes ionic-team#11578
When `Tabs` are nested within each other, the highlight can get misaligned. This prevents that by ensuring the affected `.tab-highlight` is a direct child of the targeted `Tabs`.
@AmitMY @brandyscarney |
@kensodemann It shouldn't be hard to merge this both in master and in core. Can you please see if this can be done for the next version? |
LGTM, I am fine merging it if @brandyscarney is. Question: would this be more maintainable? @include multi-dir() {
@include position(0, null, null, 0);
} I wasn't completely sure if that would work once I started following the chain of mixins down. |
@kensodemann but putting Bottom line is we have two options:
|
@kensodemann It was a bit before your time, so just to let you know, I am the one who wrote the SCSS Mixins for directional support, signed off by brandy. I made this entire process semi automatic, so issues like this happen, and they are my bad. |
@sijav - thank you for the explanation, that was helpful |
Hello and thank you for contributing to Ionic! We have been working on porting all of the Ionic components to web components and have recently updated |
Short description of what this resolves:
This will fix bubbles and circles spinner on RTL
Changes proposed in this pull request:
Ionic Version: 3.x
Fixes: #11211