Skip to content

Commit e7590db

Browse files
committed
Adds touch-action: manipulation; to buttons
1 parent e77a983 commit e7590db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scss/buttons/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
border-style: solid;
2525
border-radius: $button-border-radius;
2626
transition: $button-transition;
27+
touch-action: manipulation;
2728
@include mixins.button-colors(
2829
$color: var(--button-color, #{$button-color}),
2930
$color-hover: var(--button-color-hover, #{$button-color-hover}),

0 commit comments

Comments
 (0)