Skip to content

Commit 0b7076d

Browse files
author
Clement Ho
committed
Fix for ion checkbox right alignment issue on android
1 parent ed936fa commit 0b7076d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_checkbox.scss

+4
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ input:checked + .checkbox-icon:before {
127127
height: 7px;
128128
}
129129

130+
.platform-android .item-checkbox-right .checkbox-square .checkbox-icon::after {
131+
top: 31%;
132+
}
133+
130134
.grade-c .checkbox input:after,
131135
.grade-c .checkbox-icon:after {
132136
@include rotate(0);

0 commit comments

Comments
 (0)