mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
Merge pull request #755 from Stremio/fix/calendar-hover-pointer
fix(Calendar): hover only on pointer fine
This commit is contained in:
commit
1090fdb504
1 changed files with 4 additions and 2 deletions
|
|
@ -128,8 +128,10 @@
|
|||
border-color: var(--primary-foreground-color);
|
||||
}
|
||||
|
||||
&:not(.active):hover {
|
||||
border-color: var(--overlay-color);
|
||||
@media (pointer: fine) {
|
||||
&:not(.active):hover {
|
||||
border-color: var(--overlay-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue