Skip to content

Commit e10ad75

Browse files
committed
fix is-withicon when used with is-grouped on controls
1 parent a85746c commit e10ad75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bulma/elements/controls.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@
183183
&:not(:last-child)
184184
margin-bottom: 10px
185185
&.is-withicon
186-
.fa
186+
.input + .fa
187187
+fa(14px, 20px)
188188
color: $text-light
189189
left: 6px
190190
pointer-events: none
191191
position: absolute
192192
top: 6px
193-
z-index: 1
193+
z-index: 4
194194
.input
195195
padding-left: 32px
196196
&:focus + .fa

0 commit comments

Comments
 (0)