Skip to content

Commit

Permalink
Merge pull request #755 from Stremio/fix/calendar-hover-pointer
Browse files Browse the repository at this point in the history
fix(Calendar): hover only on pointer fine
  • Loading branch information
tymmesyde authored Dec 16, 2024
2 parents 8575223 + aba6c48 commit 1090fdb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/Calendar/Table/Cell/Cell.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}

Expand Down

0 comments on commit 1090fdb

Please sign in to comment.