Only show for coarse pointer
This commit is contained in:
parent
0ca92e7509
commit
fadfc6052d
1 changed files with 5 additions and 3 deletions
|
@ -1822,9 +1822,11 @@ a.card:is(:hover, :focus):visited {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
.status:has(&):hover {
|
@media (pointer: coarse) {
|
||||||
transition: background-color 0.1s ease-out 0.3s;
|
.status:has(&):hover {
|
||||||
background-color: var(--bg-faded-blur-color);
|
transition: background-color 0.1s ease-out 0.3s;
|
||||||
|
background-color: var(--bg-faded-blur-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
|
|
Loading…
Add table
Reference in a new issue