Skip to content

Commit

Permalink
no pointer on pre's in normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink authored Aug 29, 2024
1 parent 77d2e1d commit 487db6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extra/normalize.src.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}
}

:where(a[href], area, button, input:not([type="text"], [type="email"], [type="number"], [type="password"], [type=""], [type="tel"], [type="url"]), label[for], select, summary, [tabindex]:not([tabindex*="-"])) {
:where(a[href], area, button, input:not([type="text"], [type="email"], [type="number"], [type="password"], [type=""], [type="tel"], [type="url"]), label[for], select, summary, [tabindex]:not([tabindex*="-"],pre)) {
cursor: pointer;
}

Expand Down

0 comments on commit 487db6d

Please sign in to comment.