Ticket #56011: 56011.border.diff
File 56011.border.diff, 1.9 KB (added by , 3 months ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
683 683 letter-spacing: inherit; 684 684 } 685 685 686 .editor-styles-wrapper .wp-block-quote.is-style-plain { 687 border-width: 0; 688 } 689 686 690 .editor-styles-wrapper .wp-block-quote.is-style-large { 687 691 border: none; 688 692 padding: 0; -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
687 687 letter-spacing: inherit; 688 688 } 689 689 690 .editor-styles-wrapper .wp-block-quote.is-style-plain { 691 border-width: 0; 692 } 693 690 694 .editor-styles-wrapper .wp-block-quote.is-style-large { 691 695 border: none; 692 696 padding: 0; -
src/wp-content/themes/twentytwenty/style-rtl.css
3403 3403 padding: 0 2rem 0 0; 3404 3404 } 3405 3405 3406 /* STYLE: PLAIN */ 3407 3408 .wp-block-quote.is-style-plain { 3409 border-width: 0; 3410 } 3411 3406 3412 /* STYLE: LARGE */ 3407 3413 3408 3414 .wp-block-quote.is-large, -
src/wp-content/themes/twentytwenty/style.css
3427 3427 /*rtl:end:ignore*/ 3428 3428 } 3429 3429 3430 /* STYLE: PLAIN */ 3431 3432 .wp-block-quote.is-style-plain { 3433 border-width: 0; 3434 } 3435 3430 3436 /* STYLE: LARGE */ 3431 3437 3432 3438 .wp-block-quote.is-large,