diff --git a/src/extra/normalize.src.css b/src/extra/normalize.src.css index 43ae5351..f1278065 100644 --- a/src/extra/normalize.src.css +++ b/src/extra/normalize.src.css @@ -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; }