Skip to content

Commit d7a5afe

Browse files
committed
css(abbr): remove border-bottom and duplicate text-decoration
1 parent c054144 commit d7a5afe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modernize.css

+2-5
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,11 @@ a {
6767
}
6868

6969
/**
70-
* 1. Remove the bottom border in Chrome 57-
71-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
70+
* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
7271
*/
7372

7473
abbr[title] {
75-
border-bottom: none; /* 1 */
76-
text-decoration: underline; /* 2 */
77-
text-decoration: underline dotted; /* 2 */
74+
text-decoration: underline dotted;
7875
}
7976

8077
/**

0 commit comments

Comments
 (0)