Skip to content

Commit

Permalink
feat(normalize): add cursor: help to <abbr> element (#522)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
felix-bohlin and argyleink authored Dec 10, 2024
1 parent 242c51f commit d593ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/packs/normalize/normalize.src.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
}

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

Expand Down

0 comments on commit d593ec6

Please sign in to comment.