From e10ad75f21354e7e2e3202cd1a7e71dba786bd94 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Thu, 4 Feb 2016 19:33:35 -0500 Subject: [PATCH] fix is-withicon when used with is-grouped on controls --- bulma/elements/controls.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bulma/elements/controls.sass b/bulma/elements/controls.sass index c6c1e5f8..30a7b8f2 100644 --- a/bulma/elements/controls.sass +++ b/bulma/elements/controls.sass @@ -183,14 +183,14 @@ &:not(:last-child) margin-bottom: 10px &.is-withicon - .fa + .input + .fa +fa(14px, 20px) color: $text-light left: 6px pointer-events: none position: absolute top: 6px - z-index: 1 + z-index: 4 .input padding-left: 32px &:focus + .fa