-
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(list-header): RTL fix for list-header #11328
Conversation
RTL fix (scss changes) for list-header for wp, ios and android platform
Would you mind adding a before / after screenshot? |
@manucorporat |
@@ -182,6 +182,10 @@ $list-ios-header-background-color: transparent !default; | |||
background: $list-ios-header-background-color; | |||
} | |||
|
|||
[dir="rtl"] .list-header-ios { | |||
padding-right: $list-ios-header-padding-left; |
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.
maybe renaming the css variable to $list-ios-header-padding-start
?
thoughts @AmitMY @brandyscarney
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.
@manucorporat
@sijav and I had this discussion before.
Changing it to start
will require support for left
. which is possible and awesome, but should imo be a different PR, changing all relevant variables to start
/end
and adding the correct depredations, so in v4 can have a clean variables naming
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.
@AmitMY fair enough, LGTM
BTW, thanks everybody involved in these awesome RTL fixes. I am so happy we can finally support this, and 100% driven by the community!! |
Thank you again! Great work. 😄 |
Short description of what this resolves:
RTL fix (scss changes) for list-header for wp, ios and android platform
Changes proposed in this pull request:
Ionic Version: 2.x / 3.x
Fixes: #11211