Skip to content

Commit

Permalink
Reduce specificity of abbr rule in preflight (#6671)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Dec 21, 2021
1 parent e8e64f0 commit 808e69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/preflight.css
Expand Up @@ -58,7 +58,7 @@ hr {
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
abbr:where([title]) {
text-decoration: underline dotted;
}

Expand Down

0 comments on commit 808e69b

Please sign in to comment.