mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
fix is-withicon when used with is-grouped on controls
This commit is contained in:
@@ -183,14 +183,14 @@
|
|||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-bottom: 10px
|
margin-bottom: 10px
|
||||||
&.is-withicon
|
&.is-withicon
|
||||||
.fa
|
.input + .fa
|
||||||
+fa(14px, 20px)
|
+fa(14px, 20px)
|
||||||
color: $text-light
|
color: $text-light
|
||||||
left: 6px
|
left: 6px
|
||||||
pointer-events: none
|
pointer-events: none
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 6px
|
top: 6px
|
||||||
z-index: 1
|
z-index: 4
|
||||||
.input
|
.input
|
||||||
padding-left: 32px
|
padding-left: 32px
|
||||||
&:focus + .fa
|
&:focus + .fa
|
||||||
|
|||||||
Reference in New Issue
Block a user