Make WordPress Core

Changeset 51192


Ignore:
Timestamp:
06/21/2021 11:38:31 PM (3 years ago)
Author:
desrosj
Message:

Twenty Thirteen: Improve the display of the Query Loop block.

This fixes an issue where Query Loop blocks were displayed with list bullets and extra padding-left.

Props AlePerez92, scruffian, ryelle.
Fixes #53438.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/css/editor-blocks.css

    r51110 r51192  
    7979/* List styles */
    8080
    81 .edit-post-visual-editor ul:not(.wp-block-gallery),
    82 .editor-block-list__block ul:not(.wp-block-gallery),
     81.edit-post-visual-editor ul:not(.wp-block-gallery):not(.wp-block-post-template),
     82.editor-block-list__block ul:not(.wp-block-gallery):not(.wp-block-post-template),
    8383.block-library-list ul,
    8484.edit-post-visual-editor ol,
     
    8989}
    9090
    91 .edit-post-visual-editor ul:not(.wp-block-gallery),
    92 .edit-post-visual-editor .editor-block-list__block ul:not(.wp-block-gallery),
     91.edit-post-visual-editor ul:not(.wp-block-gallery):not(.wp-block-post-template),
     92.edit-post-visual-editor .editor-block-list__block ul:not(.wp-block-gallery):not(.wp-block-post-template),
    9393.block-library-list ul {
    9494    list-style-type: square;
     
    118118}
    119119
    120 .editor-styles-wrapper ul.block-editor-block-list__block,
    121 .editor-styles-wrapper ol.block-editor-block-list__block,
    122 .editor-styles-wrapper ol ul:not(.wp-block-gallery),
    123 .editor-styles-wrapper ul ul:not(.wp-block-gallery),
     120.editor-styles-wrapper ul.block-editor-block-list__block:not(.wp-block-post-template),
     121.editor-styles-wrapper ol.block-editor-block-list__block:not(.wp-block-post-template),
     122.editor-styles-wrapper ol ul:not(.wp-block-gallery):not(.wp-block-post-template),
     123.editor-styles-wrapper ul ul:not(.wp-block-gallery):not(.wp-block-post-template),
    124124.editor-styles-wrapper ul ol,
    125125.editor-styles-wrapper ol ol,
     
    129129}
    130130
    131 .rtl .editor-styles-wrapper ul.block-editor-block-list__block,
    132 .rtl .editor-styles-wrapper ol.block-editor-block-list__block,
    133 .rtl .editor-styles-wrapper ol ul:not(.wp-block-gallery),
    134 .rtl .editor-styles-wrapper ul ul:not(.wp-block-gallery),
     131.rtl .editor-styles-wrapper ul.block-editor-block-list__block:not(.wp-block-post-template),
     132.rtl .editor-styles-wrapper ol.block-editor-block-list__block:not(.wp-block-post-template),
     133.rtl .editor-styles-wrapper ol ul:not(.wp-block-gallery):not(.wp-block-post-template),
     134.rtl .editor-styles-wrapper ul ul:not(.wp-block-gallery):not(.wp-block-post-template),
    135135.rtl .editor-styles-wrapper ul ol,
    136136.rtl .editor-styles-wrapper ol ol,
Note: See TracChangeset for help on using the changeset viewer.