fix(picker): do not change datetime/picker column order in RTL (#17018)

Closes #16294
This commit is contained in:
Adam Bradley
2019-01-09 12:06:13 -06:00
committed by GitHub
parent b4f34054ef
commit 1338d71dff
4 changed files with 19 additions and 7 deletions

View File

@ -108,11 +108,6 @@
// --------------------------------------------------
.picker-columns {
@include rtl() {
// Date is the same format in both directions
flex-direction: row-reverse;
}
display: flex;
position: relative;
@ -121,6 +116,7 @@
margin-bottom: var(--ion-safe-area-bottom, 0);
contain: strict;
direction: ltr;
overflow: hidden;
}