Skip to content

Commit 92f8217

Browse files
authored
Don't change color inheritance for <hr> (#245)
1 parent 2bf282a commit 92f8217

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

sanitize.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,11 @@
7979
}
8080

8181
/**
82-
* 1. Correct the inheritance of border color in Firefox.
83-
* 2. Add the correct box sizing in Firefox.
82+
* Add the correct box sizing in Firefox.
8483
*/
8584

8685
:where(hr) {
87-
color: inherit; /* 1 */
88-
height: 0; /* 2 */
86+
height: 0;
8987
}
9088

9189
/**

0 commit comments

Comments
 (0)