mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
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;
|
||||
transform: scale(1);
|
||||
}
|
||||
.status:has(&):hover {
|
||||
transition: background-color 0.1s ease-out 0.3s;
|
||||
background-color: var(--bg-faded-blur-color);
|
||||
@media (pointer: coarse) {
|
||||
.status:has(&):hover {
|
||||
transition: background-color 0.1s ease-out 0.3s;
|
||||
background-color: var(--bg-faded-blur-color);
|
||||
}
|
||||
}
|
||||
|
||||
&.open {
|
||||
|
|
Loading…
Add table
Reference in a new issue