Let click event pass through arrow

This commit is contained in:
dominik-zeglen 2019-12-02 16:48:19 +01:00
parent 4f82cc2d4c
commit 76a60f7dfe
3 changed files with 6 additions and 3 deletions

3
package-lock.json generated
View file

@ -3289,7 +3289,8 @@
"@types/semver-compare": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@types/semver-compare/-/semver-compare-1.0.1.tgz",
"integrity": "sha512-wx2LQVvKlEkhXp/HoKIZ/aSL+TvfJdKco8i0xJS3aR877mg4qBHzNT6+B5a61vewZHo79EdZavskGnRXEC2H6A=="
"integrity": "sha512-wx2LQVvKlEkhXp/HoKIZ/aSL+TvfJdKco8i0xJS3aR877mg4qBHzNT6+B5a61vewZHo79EdZavskGnRXEC2H6A==",
"dev": true
},
"@types/shallowequal": {
"version": "1.1.1",

View file

@ -70,7 +70,8 @@ const useStyles = makeStyles(
padding: 8
},
hide: {
opacity: 0
opacity: 0,
zIndex: -1
},
hr: {
margin: theme.spacing(1, 0)

View file

@ -62,7 +62,8 @@ const useStyles = makeStyles(
padding: 8
},
hide: {
opacity: 0
opacity: 0,
zIndex: -1
},
hr: {
margin: theme.spacing(1, 0)