-
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(select): RTL fix for select #11352
Conversation
RTL fix for select
[dir="rtl"] .select-ios .select-icon .select-icon-inner { | ||
right: 5px; | ||
left: auto; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the lint rules for ionic indicate a need for a new line at the end of the file.
You can run it locally, gulp lint.sass
, but you need to install ruby
for that
Remove left right padding margin in favor of ionic-team#11342
@sijav This looks good. Please don't close this one though, it is good to know what is missing and where :) |
@AmitMY Yeah that was the purpose actually :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you use the @include rtl
mixin on this?
@brandyscarney No need - will be fixed in a global PR for border property, after the transform one |
Short description of what this resolves:
RTL fix for select component
Changes proposed in this pull request:
Ionic Version: 2.x / 3.x
Fixes: #11351
Also there was
.item-wp.item-select ion-label
for windows platform and.select-md .item-select ion-label
for android which I couldn't reproduce it, if anyone have any idea what is these rules for please let me know.Thanks.