From 487db6df8019f2ac65ea15996d3ec944bd33a1d7 Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Wed, 28 Aug 2024 18:04:24 -0700 Subject: [PATCH] no pointer on pre's in normalize --- src/extra/normalize.src.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }