Skip to content

Commit

Permalink
Remove left right padding margin
Browse files Browse the repository at this point in the history
Remove left right padding margin in favor of ionic-team#11342
  • Loading branch information
sijav committed May 13, 2017
1 parent a2bef23 commit 3aa1662
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
9 changes: 0 additions & 9 deletions src/components/select/select.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ $select-ios-placeholder-color: $select-ios-icon-color !default;
@include padding($select-ios-padding-top, $select-ios-padding-end, $select-ios-padding-bottom, $select-ios-padding-start);
}

[dir="rtl"] .select-ios {
padding: $select-ios-padding-top $select-ios-padding-left $select-ios-padding-bottom $select-ios-padding-right;
}

.select-ios .select-placeholder {
color: $select-ios-placeholder-color;
}
Expand Down Expand Up @@ -62,8 +58,3 @@ $select-ios-placeholder-color: $select-ios-icon-color !default;

pointer-events: none;
}

[dir="rtl"] .select-ios .select-icon .select-icon-inner {
right: 5px;
left: auto;
}
9 changes: 0 additions & 9 deletions src/components/select/select.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ $select-md-placeholder-color: $select-md-icon-color !default;
@include padding($select-md-padding-top, $select-md-padding-end, $select-md-padding-bottom, $select-md-padding-start);
}

[dir="rtl"] .select-md {
padding: $select-md-padding-top $select-md-padding-left $select-md-padding-bottom $select-md-padding-right;
}

.select-md .select-placeholder {
color: $select-md-placeholder-color;
}
Expand Down Expand Up @@ -66,8 +62,3 @@ $select-md-placeholder-color: $select-md-icon-color !default;

pointer-events: none;
}

[dir="rtl"] .select-md .select-icon .select-icon-inner {
right: 5px;
left: auto;
}
4 changes: 0 additions & 4 deletions src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,3 @@ ion-select {
.select-popover ion-list {
@include margin($select-popover-list-margin-top, $select-popover-list-margin-end, $select-popover-list-margin-bottom, $select-popover-list-margin-start);
}

[dir="rtl"] .select-popover ion-list {
margin: $select-popover-list-margin-top $select-popover-list-margin-left $select-popover-list-margin-bottom $select-popover-list-margin-right;
}
6 changes: 0 additions & 6 deletions src/components/select/select.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ $select-wp-placeholder-color: $select-wp-icon-color !default;
line-height: 3rem;
}

[dir="rtl"] .select-wp {
margin: $select-wp-margin-top $select-wp-margin-left $select-wp-margin-bottom $select-wp-margin-right;
}

.select-wp .select-placeholder {
color: $select-wp-placeholder-color;
}
Expand Down Expand Up @@ -96,8 +92,6 @@ $select-wp-placeholder-color: $select-wp-icon-color !default;
}

[dir="rtl"] .select-wp .select-icon .select-icon-inner {
right: 5px;
left: auto;
border-left: $select-wp-icon-arrow-width solid $select-wp-icon-color;
border-right: none;
}
Expand Down

0 comments on commit 3aa1662

Please sign in to comment.