necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.48k stars 10.67k forks source link

hr is Invisible #785

Closed gMan1990 closed 5 years ago

gMan1990 commented 5 years ago

https://github.com/necolas/normalize.css/blob/fc091cce1534909334c1911709a39c22d406977b/normalize.css#L55

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
Michaelsy commented 5 years ago

Are you really sure? Which browser? HR is invisible when you set border-width: 0; Or, of course, if the border color is the same as the background.