Fix touch border

This commit is contained in:
redphx 2024-08-14 08:51:38 +07:00
parent 382cd1aa51
commit 5f4a1c24f0

View File

@ -152,8 +152,8 @@
bottom: offset; bottom: offset;
} }
body[data-input-mode=Touch] &, html[data-active-input=touch] &,
body[data-input-mode=Mouse] & { html[data-active-input=mouse] & {
&:focus::after { &:focus::after {
border-color: transparent !important; border-color: transparent !important;
} }