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;
}
body[data-input-mode=Touch] &,
body[data-input-mode=Mouse] & {
html[data-active-input=touch] &,
html[data-active-input=mouse] & {
&:focus::after {
border-color: transparent !important;
}