Skip to content

Commit 808e69b

Browse files
authored
Reduce specificity of abbr rule in preflight (#6671)
1 parent e8e64f0 commit 808e69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/preflight.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ hr {
5858
Add the correct text decoration in Chrome, Edge, and Safari.
5959
*/
6060

61-
abbr[title] {
61+
abbr:where([title]) {
6262
text-decoration: underline dotted;
6363
}
6464

0 commit comments

Comments
 (0)