From: Angel Gomez Date: Mon, 4 Dec 2017 22:12:25 +0000 (-0400) Subject: Add z-index to `is-loading` class (#1497) X-Git-Tag: 0.6.2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abead00bfed5b859014d95991366e47c74fe505f;p=thirdparty%2Fbulma.git Add z-index to `is-loading` class (#1497) The `has-addons` class for a field can hide the loader of its children if they have the `is-loading` class when the field is hovered or active. --- diff --git a/sass/elements/form.sass b/sass/elements/form.sass index 83f177ed9..9820c89f3 100644 --- a/sass/elements/form.sass +++ b/sass/elements/form.sass @@ -611,6 +611,7 @@ $help-size: $size-small !default position: absolute !important right: 0.625em top: 0.625em + z-index: 4 &.is-small:after font-size: $size-small &.is-medium:after