]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add z-index to `is-loading` class (#1497)
authorAngel Gomez <feutet@gmail.com>
Mon, 4 Dec 2017 22:12:25 +0000 (18:12 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 4 Dec 2017 22:12:25 +0000 (22:12 +0000)
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.

sass/elements/form.sass

index 83f177ed9f56622a656fe76817e02290efc28f56..9820c89f32f016eab14d961a87ef2663437960b6 100644 (file)
@@ -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