mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-06 04:04:21 +00:00
correct summary styling
closes #891 This revised style ensures that only summary elements that are properly used will be provided the `display: list-item` style.
This commit is contained in:
parent
fc091cce15
commit
b69b8157d8
@ -325,7 +325,7 @@ details {
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
|
||||
summary {
|
||||
details > summary:first-of-type {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user