Skip to content

Commit

Permalink
Merge pull request #3933 from ClemMakesApps/fix-android-ion-checkbox-…
Browse files Browse the repository at this point in the history
…right

Fix for ion checkbox right alignment issue on android
  • Loading branch information
mlynch committed Dec 6, 2015
2 parents 2f1f478 + 0b7076d commit 30c8659
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 30c8659

Please sign in to comment.