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:
May Kittens Devour Your Soul 2018-05-15 22:05:12 +02:00 committed by Jeremy Thomas
parent 76c068e329
commit 0b600d02b2

View File

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