Skip to content

Commit

Permalink
Fix for ion checkbox right alignment issue on android
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Ho committed Jun 12, 2015
1 parent ed936fa commit 0b7076d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ input:checked + .checkbox-icon:before {
height: 7px;
}

.platform-android .item-checkbox-right .checkbox-square .checkbox-icon::after {
top: 31%;
}

.grade-c .checkbox input:after,
.grade-c .checkbox-icon:after {
@include rotate(0);
Expand Down

0 comments on commit 0b7076d

Please sign in to comment.