Skip to content

Commit

Permalink
Fix horizontal positioning of toggle circle for medium/large toggles …
Browse files Browse the repository at this point in the history
…[#153377086]
  • Loading branch information
reidmit authored and pivotal committed Dec 4, 2017
1 parent 89b3a74 commit 7d6233d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/forms/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,11 @@ textarea.valid {
}

&:checked + label.medium:after {
margin-left: $toggle-medium-circle-size;
margin-left: $toggle-medium-circle-size + 1px;
}

&:checked + label.large:after {
margin-left: $toggle-large-circle-size;
margin-left: $toggle-large-circle-size + 1px;
}

&[disabled] + label {
Expand Down

0 comments on commit 7d6233d

Please sign in to comment.