Ticket #62743: 62743.patch
| File 62743.patch, 2.4 KB (added by , 12 months ago) |
|---|
-
wp-content/themes/twentynineteen/style-editor.css
1058 1058 } 1059 1059 1060 1060 /** === Blockquote === */ 1061 .wp-block-quote[style*="font-size"] p { 1062 font-size: 1em; 1063 } 1061 1064 .wp-block-quote:not(.is-large):not(.is-style-large) { 1062 1065 border-width: 2px; 1063 1066 border-color: #0073aa; -
wp-content/themes/twentynineteen/style-editor.scss
467 467 /** === Blockquote === */ 468 468 469 469 .wp-block-quote { 470 470 &[style*="font-size"] { 471 p { 472 font-size: 1em; 473 } 474 } 471 475 &:not(.is-large):not(.is-style-large) { 472 476 border-width: 2px; 473 477 border-color: $color__link; -
wp-content/themes/twentynineteen/style-rtl.css
5836 5836 line-height: 1.8; 5837 5837 } 5838 5838 5839 .entry .entry-content .wp-block-quote cite {5840 /*5841 * This requires a rem-based font size calculation instead of our normal em-based one,5842 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.5843 */5844 font-size: calc(1rem / (1.25 * 1.125));5845 }5846 5847 5839 .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large { 5848 5840 margin: 1rem 0; 5849 5841 padding: 0; -
wp-content/themes/twentynineteen/style.css
5848 5848 line-height: 1.8; 5849 5849 } 5850 5850 5851 .entry .entry-content .wp-block-quote cite {5852 /*5853 * This requires a rem-based font size calculation instead of our normal em-based one,5854 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.5855 */5856 font-size: calc(1rem / (1.25 * 1.125));5857 }5858 5851 5859 5852 .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large { 5860 5853 margin: 1rem 0;