diff --git a/source b/source index 241fbae3d07..e3420e01915 100644 --- a/source +++ b/source @@ -123216,12 +123216,12 @@ input[type=image i][align=bottom i], object[align=bottom i] {
@namespace url(http://www.w3.org/1999/xhtml);
 
-summary {
+details > summary:first-of-type {
   display: list-item;
   counter-increment: list-item 0;
   list-style: disclosure-closed inside;
 }
-details[open] > summary {
+details[open] > summary:first-of-type {
   list-style-type: disclosure-open;
 }