mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
fixes delete [pointer-events]
this is bugfix, because without it, delete icon, when placed in searchbox, displays, but doesn't work upon click.
This commit is contained in:
parent
76c068e329
commit
0b600d02b2
@ -175,6 +175,7 @@
|
|||||||
border: none
|
border: none
|
||||||
border-radius: $radius-rounded
|
border-radius: $radius-rounded
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
pointer-events: auto
|
||||||
display: inline-block
|
display: inline-block
|
||||||
flex-grow: 0
|
flex-grow: 0
|
||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user