feat(rtl): add start and end text-align for alert and picker

references #5035
This commit is contained in:
Brandy Carney
2017-04-13 13:33:07 -05:00
parent 35f394750f
commit cb5707d467
4 changed files with 7 additions and 0 deletions

View File

@@ -118,5 +118,6 @@ ion-alert input {
font-size: inherit;
line-height: initial;
text-align: left;
text-align: start;
background: transparent;
}

View File

@@ -72,6 +72,7 @@ $picker-button-ios-strong-font-weight: 600 !default;
flex: 1;
text-align: right;
text-align: end;
}
.picker-ios .picker-toolbar-button:last-child .picker-button {
@@ -82,6 +83,7 @@ $picker-button-ios-strong-font-weight: 600 !default;
font-weight: normal;
text-align: left;
text-align: start;
}
.picker-ios .picker-button,

View File

@@ -95,6 +95,7 @@ ion-picker-cmp {
max-width: 50%;
text-align: right;
text-align: end;
white-space: nowrap;
}
@@ -107,6 +108,7 @@ ion-picker-cmp {
max-width: 50%;
text-align: left;
text-align: start;
white-space: nowrap;
}

View File

@@ -73,12 +73,14 @@ $picker-wp-option-selected-color: color($colors-wp, primary) !defaul
flex: 1;
text-align: right;
text-align: end;
}
.picker-wp .picker-toolbar-cancel {
font-weight: normal;
text-align: left;
text-align: start;
}
.picker-wp .picker-button,