We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77a983 commit e7590dbCopy full SHA for e7590db
src/scss/buttons/_base.scss
@@ -24,6 +24,7 @@
24
border-style: solid;
25
border-radius: $button-border-radius;
26
transition: $button-transition;
27
+ touch-action: manipulation;
28
@include mixins.button-colors(
29
$color: var(--button-color, #{$button-color}),
30
$color-hover: var(--button-color-hover, #{$button-color-hover}),
0 commit comments