Hide highlight color globally

pull/734/head
Svilen Markov 2025-07-19 17:10:33 +07:00
parent fe44759293
commit 2065ab702d
2 changed files with 4 additions and 4 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;

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