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
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@
|
|||
border: none
|
||||
border-radius: $radius-rounded
|
||||
cursor: pointer
|
||||
pointer-events: auto
|
||||
display: inline-block
|
||||
flex-grow: 0
|
||||
flex-shrink: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue