Skip to content

Commit

Permalink
Always show reset button if hover is not supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfra committed Dec 19, 2024
1 parent d2c7e1c commit 530d76e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,9 @@ $swatch-gap: 12px;
&:hover {
opacity: 1;
}

@media (hover: none) {
// Show reset button on devices that do not support hover.
opacity: 1;
}
}

0 comments on commit 530d76e

Please sign in to comment.