Skip to content

Commit

Permalink
🐛 Fix bugs with showing checkboxes, close #333
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwredfish committed Feb 9, 2016
1 parent ba704bf commit fad0d22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/styles/theme-default/checkbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
// Position
position : absolute;
left : 0;
top : 22%;
top : 3px;
}
}

.checkbox--svg {
width : @check--icon--size;
height : @check--icon--size;
position : absolute;
top : 28%;
top : 6px;
left : 3px;
}

Expand All @@ -46,7 +46,7 @@
stroke-linecap : round;

stroke-dasharray : 126.366, 126.366;
stroke-dashoffset : 126.366;
stroke-dashoffset : 126.6;
transition : stroke-dashoffset 0.2s ease-in-out 0s;
stroke-linejoin : round;
}
Expand Down

0 comments on commit fad0d22

Please sign in to comment.