Fix DNS summary tap highlight

This commit is contained in:
Ralph Ocdol
2025-06-17 19:25:33 +08:00
parent c88fd526e5
commit fe44759293

View File

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