Ticket #57860: 57860.patch
File 57860.patch, 1.7 KB (added by , 2 years ago) |
---|
-
wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
1511 1511 1512 1512 1513 1513 } 1514 /* PullQuote styling issue resolve */ 1515 .editor-styles-wrapper .wp-block-quote.is-style-plain{ 1516 border: none; 1517 } 1518 No newline at end of file -
wp-content/themes/twentytwenty/assets/css/editor-style-block.css
1515 1515 1516 1516 1517 1517 } 1518 /* PullQuote styling issue resolve */ 1519 .editor-styles-wrapper .wp-block-quote.is-style-plain{ 1520 border: none; 1521 } 1522 No newline at end of file -
wp-content/themes/twentytwenty/style-rtl.css
6382 6382 top: 0; 6383 6383 } 6384 6384 } 6385 /* PullQuote styling issue resolve */ 6386 .wp-block-quote.is-style-plain{ 6387 border: none; 6388 } 6389 No newline at end of file -
wp-content/themes/twentytwenty/style.css
6498 6498 top: 0; 6499 6499 } 6500 6500 } 6501 /* PullQuote styling issue resolve */ 6502 .wp-block-quote.is-style-plain{ 6503 border: none; 6504 } 6505 No newline at end of file