From: Martin Angers Date: Fri, 5 Feb 2016 00:33:35 +0000 (-0500) Subject: fix is-withicon when used with is-grouped on controls X-Git-Tag: 0.0.14~2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e10ad75f21354e7e2e3202cd1a7e71dba786bd94;p=thirdparty%2Fbulma.git fix is-withicon when used with is-grouped on controls --- diff --git a/bulma/elements/controls.sass b/bulma/elements/controls.sass index c6c1e5f8a..30a7b8f25 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