Skip to content
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(item): flip forward icon when rtl #11247

Closed
wants to merge 2 commits into from
Closed

fix(item): flip forward icon when rtl #11247

wants to merge 2 commits into from

Conversation

jlucfarias
Copy link

Short description of what this resolves:

flip the forward icon on item when the direction is rtl

Ionic Version: 1.x / 2.x / 3.x

Fixes partially: #11115

@AmitMY AmitMY mentioned this pull request Apr 19, 2017
11 tasks
@@ -203,13 +206,26 @@ $item-ios-sliding-content-background: $list-ios-background-color !default;
button.item-ios:not([detail-none]) .item-inner,
a.item-ios:not([detail-none]) .item-inner {
@include svg-background-image($item-ios-detail-push-svg);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the whitespaces?


background-repeat: no-repeat;
background-position: right ($item-ios-padding-right - 2) center;
background-size: 14px 14px;
}
[dir="rtl"] {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there should be an empty line after 216


background-repeat: no-repeat;
background-position: right ($item-md-padding-right - 2) center;
background-size: 14px 14px;
}
[dir="rtl"] {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty line after 141


background-repeat: no-repeat;
background-position: right ($item-wp-padding-right - 2) center;
background-size: 14px 14px;
}
[dir="rtl"] {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty line after 146

padding-right: 0;
padding-left: 32px;

background-position: left ($item-wp-padding-left -2) center;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space after minus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants