Fix DNS summary tap highlight

pull/734/head
Ralph Ocdol 2025-06-17 19:25:33 +07:00
parent c88fd526e5
commit fe44759293
1 changed files with 4 additions and 0 deletions

@ -53,6 +53,10 @@
display: none; display: none;
} }
.summary:active {
-webkit-tap-highlight-color: transparent;
}
.details[open] .summary { .details[open] .summary {
margin-bottom: .8rem; margin-bottom: .8rem;
} }