Skip to content

Commit

Permalink
fix(toggle): touch-action is set on legacy toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Apr 21, 2023
1 parent 1c1bc0d commit 656526f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/components/toggle/toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
outline: none;

cursor: pointer;
touch-action: none;
user-select: none;
z-index: $z-index-item-input;
}
Expand All @@ -50,6 +49,8 @@

:host(.legacy-toggle) {
contain: content;

touch-action: none;
}

:host(.ion-focused) input {
Expand Down

0 comments on commit 656526f

Please sign in to comment.