fix(alert): update styles for rtl (#17129)

- apply border correctly to 2 button mode in iOS
- radio: position icon correctly (fixes #16295)
- checkbox: position icon correctly
- remove scrollbar with radio/checkbox
- updates e2e test to include rtl

https://screenshot.ionicframework.com/5447404/d8bad6a

references #17012
This commit is contained in:
Brandy Carney
2019-01-16 15:38:08 -05:00
committed by GitHub
parent 54474041ba
commit ceae5d20d7
5 changed files with 72 additions and 31 deletions

View File

@@ -103,7 +103,8 @@
$list: append($list, ":host(#{$addHostSelector}) #{$selector}", comma);
} @else {
$list: append($list, "#{$addHostSelector} #{$selector}", comma);
// TODO host-context should be for scoped only
$list: append($list, ":host-context(#{$addHostSelector}) #{$selector}", comma);
}
}