fix: no need to pointerEvents: none if svg have no name

fix: modified unrelated file
This commit is contained in:
Mauricio Navarro Miranda 2020-08-21 01:14:45 -05:00 committed by Josh Harvey
parent eb9acc32f2
commit a32aca40b2
7 changed files with 5 additions and 22 deletions

View file

@ -39,7 +39,7 @@ function Select({ label, items, ...props }) {
<label {...getLabelProps()}>{startCase(label)}</label>
<button {...getToggleButtonProps()}>
<span className={classes.selectedItem}>{startCase(selectedItem)}</span>
<Arrowdown className={classes.preventDefaultTooltip} />
<Arrowdown />
</button>
<ul {...getMenuProps()}>
{isOpen &&