Skip to content

Commit

Permalink
fix(select): course -> coarse for pointer-events media query
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Mar 27, 2024
1 parent bd8792c commit fb9e40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/constants/scssLookup.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/src/form/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ $variables: (
.rmd-select {
// disable pointer events on touch devices so the soft keyboard does not
// appear when clicking the select
@media (hover: none) and (pointer: course) {
@media (hover: none) and (pointer: coarse) {
pointer-events: none;
}

Expand Down

0 comments on commit fb9e40c

Please sign in to comment.