Merge pull request #734 from ralphocdol/removed-summary-tap-highlight

Fix DNS summary tap highlight
pull/772/head
Svilen Markov 2025-07-19 17:11:47 +07:00 committed by GitHub
commit b8b1bf3c45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

@ -61,6 +61,10 @@ button {
width: 10px;
}
*:active {
-webkit-tap-highlight-color: transparent;
}
*:focus-visible {
outline: 2px solid var(--color-primary);
outline-offset: 0.1rem;