mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
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.
This commit is contained in:
committed by
Jeremy Thomas
parent
bd3b27edd9
commit
abead00bfe
@@ -611,6 +611,7 @@ $help-size: $size-small !default
|
|||||||
position: absolute !important
|
position: absolute !important
|
||||||
right: 0.625em
|
right: 0.625em
|
||||||
top: 0.625em
|
top: 0.625em
|
||||||
|
z-index: 4
|
||||||
&.is-small:after
|
&.is-small:after
|
||||||
font-size: $size-small
|
font-size: $size-small
|
||||||
&.is-medium:after
|
&.is-medium:after
|
||||||
|
|||||||
Reference in New Issue
Block a user