Hide highlight color globally

This commit is contained in:
Svilen Markov
2025-07-19 17:10:33 +01:00
parent fe44759293
commit 2065ab702d
2 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

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