Skip to content

Commit

Permalink
EZP-28876: Checkbox in ezuser field type is misshaped
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Feb 27, 2018
1 parent c632f0a commit b68b2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
transition: all .3s ease-in-out;
transform: translateX(-50%);
cursor: pointer;
z-index: 1;
}

&.is-checked {
Expand Down Expand Up @@ -107,7 +108,6 @@
position: absolute;
top: 50%;
background-color: $ez-color-base-pale;
z-index: -1;
cursor: pointer;
}

Expand Down

0 comments on commit b68b2ab

Please sign in to comment.