mirror of
https://github.com/glanceapp/glance.git
synced 2025-08-19 12:24:45 +02:00
Hide highlight color globally
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user