mirror of
https://github.com/glanceapp/glance.git
synced 2025-08-20 04:28:49 +02:00
Hide highlight color globally
This commit is contained in:
@@ -61,6 +61,10 @@ button {
|
|||||||
width: 10px;
|
width: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*:active {
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
*:focus-visible {
|
*:focus-visible {
|
||||||
outline: 2px solid var(--color-primary);
|
outline: 2px solid var(--color-primary);
|
||||||
outline-offset: 0.1rem;
|
outline-offset: 0.1rem;
|
||||||
|
@@ -53,10 +53,6 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.summary:active {
|
|
||||||
-webkit-tap-highlight-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details[open] .summary {
|
.details[open] .summary {
|
||||||
margin-bottom: .8rem;
|
margin-bottom: .8rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user