From b68b2ab4f394e6a4cac1f4de07c3e361176f1aac Mon Sep 17 00:00:00 2001 From: Dariusz Szut Date: Tue, 27 Feb 2018 13:49:12 +0100 Subject: [PATCH] EZP-28876: Checkbox in ezuser field type is misshaped --- src/bundle/Resources/public/scss/_mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/public/scss/_mixins.scss b/src/bundle/Resources/public/scss/_mixins.scss index 16cc78cbe7..0fa9a46a58 100644 --- a/src/bundle/Resources/public/scss/_mixins.scss +++ b/src/bundle/Resources/public/scss/_mixins.scss @@ -80,6 +80,7 @@ transition: all .3s ease-in-out; transform: translateX(-50%); cursor: pointer; + z-index: 1; } &.is-checked { @@ -107,7 +108,6 @@ position: absolute; top: 50%; background-color: $ez-color-base-pale; - z-index: -1; cursor: pointer; }