소스 검색

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.
Angel Gomez 7 년 전
부모
커밋
abead00bfe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      sass/elements/form.sass

+ 1 - 0
sass/elements/form.sass

@@ -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