Reduce specificity of abbr rule in preflight (#6671)

This commit is contained in:
Jonathan Reinink 2021-12-21 10:47:24 -05:00 committed by GitHub
parent e8e64f0ff4
commit 808e69b360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ hr {
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
abbr:where([title]) {
text-decoration: underline dotted;
}