Skip to content

Commit d593ec6

Browse files
feat(normalize): add cursor: help to <abbr> element (#522)
* feat(normalize): add `cursor: help` to `<abbr>` element Seems nice, doesn't it? * Update css/packs/normalize/normalize.src.css --------- Co-authored-by: Adam Argyle <[email protected]>
1 parent 242c51f commit d593ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/packs/normalize/normalize.src.css

+1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@
336336
}
337337

338338
:where(abbr) {
339+
&[title] { cursor: help }
339340
text-decoration-color: var(--blue-5, #339af0);
340341
}
341342

0 commit comments

Comments
 (0)