Changeset 51192
- Timestamp:
- 06/21/2021 11:38:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/css/editor-blocks.css
r51110 r51192 79 79 /* List styles */ 80 80 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), 83 83 .block-library-list ul, 84 84 .edit-post-visual-editor ol, … … 89 89 } 90 90 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), 93 93 .block-library-list ul { 94 94 list-style-type: square; … … 118 118 } 119 119 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), 124 124 .editor-styles-wrapper ul ol, 125 125 .editor-styles-wrapper ol ol, … … 129 129 } 130 130 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), 135 135 .rtl .editor-styles-wrapper ul ol, 136 136 .rtl .editor-styles-wrapper ol ol,
Note: See TracChangeset
for help on using the changeset viewer.