Make WordPress Core

Ticket #58915: 58915.patch

File 58915.patch, 1.1 KB (added by sabernhardt, 3 years ago)

adds list-item specifically for the (first) summary element in a Details block

  • src/wp-content/themes/twentysixteen/css/blocks.css

     
    319319        margin-bottom: 0;
    320320}
    321321
     322/* Details */
     323
     324.wp-block-details > summary:first-of-type {
     325        display: list-item;
     326}
     327
    322328/*--------------------------------------------------------------
    3233295.0 Blocks - Widget Blocks
    324330--------------------------------------------------------------*/
  • src/wp-content/themes/twentythirteen/css/blocks.css

     
    544544        margin-bottom: 0;
    545545}
    546546
     547/* Details */
     548
     549.wp-block-details > summary:first-of-type {
     550        display: list-item;
     551}
     552
    547553/*--------------------------------------------------------------
    5485546.0 Blocks - Widgets
    549555--------------------------------------------------------------*/