mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +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.
|
* Add the correct display in all browsers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
summary {
|
details > summary:first-of-type {
|
||||||
display: list-item;
|
display: list-item;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user