Ticket #45452: 45452.patch
File 45452.patch, 12.2 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentyeleven/blocks.css
1 1 /* 2 2 Theme Name: Twenty Eleven 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentyeleven/editor-blocks.css
1 1 /* 2 2 Theme Name: Twenty Eleven 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentyeleven/functions.php
287 287 add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); 288 288 289 289 /** 290 * Enqueue editor styles for Gutenberg290 * Enqueue styles for the block-based editor. 291 291 * 292 292 * @since Twenty Eleven 2.9 293 293 */ -
src/wp-content/themes/twentyfifteen/css/blocks.css
1 1 /* 2 2 Theme Name: Twenty Fifteen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentyfifteen/css/editor-blocks.css
1 1 /* 2 2 Theme Name: Twenty Fifteen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentyfifteen/functions.php
362 362 add_action( 'wp_enqueue_scripts', 'twentyfifteen_scripts' ); 363 363 364 364 /** 365 * Enqueue editor styles for Gutenberg365 * Enqueue styles for the block-based editor. 366 366 * 367 367 * @since Twenty Fifteen 2.1 368 368 */ -
src/wp-content/themes/twentyfourteen/css/blocks.css
1 1 /* 2 2 Theme Name: Twenty Fourteen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentyfourteen/css/editor-blocks.css
1 1 /* 2 2 Theme Name: Twenty Fourteen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentyfourteen/functions.php
349 349 add_filter( 'wp_resource_hints', 'twentyfourteen_resource_hints', 10, 2 ); 350 350 351 351 /** 352 * Enqueue editor styles for Gutenberg352 * Enqueue styles for the block-based editor. 353 353 * 354 354 * @since Twenty Fourteen 2.3 355 355 */ -
src/wp-content/themes/twentyseventeen/assets/css/blocks.css
1 1 /* 2 2 Theme Name: Twenty Seventeen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
1 1 /* 2 2 Theme Name: Twenty Seventeen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- … … 358 358 max-width: 674px; /* Based on one-column post width; 644px + 30px to account for padding. */ 359 359 } 360 360 361 /* Background color */362 363 .gutenberg-editor-page .editor-block-list__block {364 background-color: transparent;365 }366 367 361 /* Alignments */ 368 362 369 363 .edit-post-visual-editor .alignleft { -
src/wp-content/themes/twentyseventeen/functions.php
472 472 add_action( 'wp_enqueue_scripts', 'twentyseventeen_scripts' ); 473 473 474 474 /** 475 * Enqueue editor styles for Gutenberg475 * Enqueue styles for the block-based editor. 476 476 * 477 477 * @since Twenty Seventeen 1.8 478 478 */ -
src/wp-content/themes/twentysixteen/css/blocks.css
1 1 /* 2 2 Theme Name: Twenty Sixteen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentysixteen/css/editor-blocks.css
1 1 /* 2 2 Theme Name: Twenty Sixteen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentysixteen/functions.php
364 364 add_action( 'wp_enqueue_scripts', 'twentysixteen_scripts' ); 365 365 366 366 /** 367 * Enqueue editor styles for Gutenberg367 * Enqueue styles for the block-based editor. 368 368 * 369 369 * @since Twenty Sixteen 1.6 370 370 */ -
src/wp-content/themes/twentyten/blocks.css
1 1 /* 2 2 Theme Name: Twenty Ten 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentyten/editor-blocks.css
1 1 /* 2 2 Theme Name: Twenty Ten 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentyten/functions.php
660 660 add_action( 'wp_enqueue_scripts', 'twentyten_scripts_styles' ); 661 661 662 662 /** 663 * Enqueue editor styles for Gutenberg663 * Enqueue styles for the block-based editor. 664 664 * 665 665 * @since Twenty Ten 2.6 666 666 */ -
src/wp-content/themes/twentythirteen/css/blocks.css
1 1 /* 2 2 Theme Name: Twenty Thirteen 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentythirteen/css/editor-blocks.css
1 1 /* 2 2 Theme Name: Twenty Thirteen 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentythirteen/functions.php
290 290 add_filter( 'wp_resource_hints', 'twentythirteen_resource_hints', 10, 2 ); 291 291 292 292 /** 293 * Enqueue editor styles for Gutenberg293 * Enqueue styles for the block-based editor. 294 294 * 295 295 * @since Twenty Thirteen 2.5 296 296 */ -
src/wp-content/themes/twentytwelve/css/blocks.css
1 1 /* 2 2 Theme Name: Twenty Twelve 3 Description: Used to style Gutenberg Blocks.3 Description: Used to style blocks. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- -
src/wp-content/themes/twentytwelve/css/editor-blocks.css
1 1 /* 2 2 Theme Name: Twenty Twelve 3 Description: Used to style Gutenberg Blocks in the editor.3 Description: Used to style blocks in the editor. 4 4 */ 5 5 6 6 /*-------------------------------------------------------------- … … 382 382 383 383 /* Archives */ 384 384 385 . gutenbergul.wp-block-archives {385 .editor-block-list__block ul.wp-block-archives { 386 386 padding-left: 0; 387 387 } 388 388 389 389 /* Categories */ 390 390 391 . gutenberg.wp-block-categories ul {391 .editor-block-list__block .wp-block-categories ul { 392 392 padding-left: 0; 393 393 } 394 394 … … 436 436 437 437 /* Latest Posts */ 438 438 439 . gutenberg.wp-block-latest-posts {439 .editor-block-list__block .wp-block-latest-posts { 440 440 padding-left: 0; 441 441 padding-right: 0; 442 442 } -
src/wp-content/themes/twentytwelve/functions.php
199 199 add_action( 'wp_enqueue_scripts', 'twentytwelve_scripts_styles' ); 200 200 201 201 /** 202 * Enqueue editor styles for Gutenberg202 * Enqueue styles for the block-based editor. 203 203 * 204 204 * @since Twenty Twelve 2.6 205 205 */