We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6f513 commit 15044dcCopy full SHA for 15044dc
1 file changed
normalize.css
@@ -54,13 +54,15 @@ ul ul {
54
55
/**
56
* 1. Add the correct box sizing in Firefox.
57
- * 2. Show the overflow in Edge 18- and IE.
+ * 2. Correct the inheritance of border color in Firefox.
58
+ * 3. Show the overflow in Edge 18- and IE.
59
*/
60
61
hr {
62
box-sizing: content-box; /* 1 */
63
+ color: inherit; /* 2 */
64
height: 0; /* 1 */
- overflow: visible; /* 2 */
65
+ overflow: visible; /* 3 */
66
}
67
68
0 commit comments