Skip to content

Commit

Permalink
Show icon for touch devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Jan 8, 2025
1 parent fe0d08a commit 78779b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/components/HeadingLink.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
border-radius: var(--radius-sm);
}

& svg {
visibility: hidden;
@media (pointer: fine) {
& svg {
visibility: hidden;
}
}

@media (hover: hover) {
Expand Down

0 comments on commit 78779b4

Please sign in to comment.