mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
Fix the comment about the details element in FF
Specifying `display: block` is redundant for Firefox nowadays. It's already implemented in User-Agent Stylesheet in Firefox. https://dxr.mozilla.org/mozilla-central/source/layout/style/res/html.css#119
This commit is contained in:
parent
fc091cce15
commit
cc8daf0ebd
@ -314,7 +314,7 @@ textarea {
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||
* Add the correct display in Edge, and IE 10+.
|
||||
*/
|
||||
|
||||
details {
|
||||
|
Loading…
Reference in New Issue
Block a user