Skip to content

Commit

Permalink
Merge pull request #359 from dew326/ezp-28876-checkbox
Browse files Browse the repository at this point in the history
EZP-28876: Checkbox in ezuser field type is misshaped
  • Loading branch information
Łukasz Serwatka authored Feb 27, 2018
2 parents c632f0a + b68b2ab commit bd0a26f
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 bd0a26f

Please sign in to comment.