diff --git a/core/src/components/button/button.scss b/core/src/components/button/button.scss index 0b317fcdfa..7e7e279c3c 100644 --- a/core/src/components/button/button.scss +++ b/core/src/components/button/button.scss @@ -46,6 +46,7 @@ color: var(--color); font-family: $font-family-base; + pointer-events: auto; text-align: center; text-decoration: none; diff --git a/core/src/components/buttons/buttons.scss b/core/src/components/buttons/buttons.scss index afc25b6872..fef0a1d938 100644 --- a/core/src/components/buttons/buttons.scss +++ b/core/src/components/buttons/buttons.scss @@ -27,6 +27,5 @@ @include margin-horizontal(2px, 2px); - pointer-events: auto; }