fix: avoid 300ms click delay on touch devices

pull/142/head
Kia King Ishii 4 years ago
parent 2d67db5642
commit 621ca3e26f

@ -107,6 +107,18 @@ ul {
line-height: 1.7;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
touch-action: manipulation;
}
a {
text-decoration: none;
color: var(--c-brand);

Loading…
Cancel
Save