Ticket #55990: 55990.4.patch
File 55990.4.patch, 3.6 KB (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
680 680 font-style: normal; 681 681 } 682 682 683 .editor-styles-wrapper .wp-block-quote.has-text-color cite, 684 .editor-styles-wrapper .wp-block-quote.has-background cite, 685 .editor-styles-wrapper .has-background .wp-block-quote cite { 686 color: inherit; 687 } 688 683 689 .editor-styles-wrapper .wp-block-quote p { 684 690 color: inherit; 685 691 font-weight: 400; … … 880 886 text-transform: none; 881 887 } 882 888 889 .editor-styles-wrapper .wp-block-pullquote.has-text-color cite, 890 .editor-styles-wrapper .wp-block-pullquote.has-background cite, 891 .editor-styles-wrapper .has-background .wp-block-pullquote cite { 892 color: inherit; 893 } 894 883 895 /* STYLE: SOLID COLOR */ 884 896 885 897 .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color { -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
684 684 font-style: normal; 685 685 } 686 686 687 .editor-styles-wrapper .wp-block-quote.has-text-color cite, 688 .editor-styles-wrapper .wp-block-quote.has-background cite, 689 .editor-styles-wrapper .has-background .wp-block-quote cite { 690 color: inherit; 691 } 692 687 693 .editor-styles-wrapper .wp-block-quote p { 688 694 color: inherit; 689 695 font-weight: 400; … … 884 890 text-transform: none; 885 891 } 886 892 893 .editor-styles-wrapper .wp-block-pullquote.has-text-color cite, 894 .editor-styles-wrapper .wp-block-pullquote.has-background cite, 895 .editor-styles-wrapper .has-background .wp-block-pullquote cite { 896 color: inherit; 897 } 898 887 899 /* STYLE: SOLID COLOR */ 888 900 889 901 .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color { -
src/wp-content/themes/twentytwenty/style-rtl.css
3241 3241 margin-top: 1.2rem; 3242 3242 } 3243 3243 3244 .wp-block-pullquote.has-text-color cite, 3245 .wp-block-pullquote.has-background cite, 3246 .has-background .wp-block-pullquote cite { 3247 color: inherit; 3248 } 3249 3244 3250 .wp-block-pullquote.alignleft p, 3245 3251 .wp-block-pullquote.alignright p { 3246 3252 font-size: 2.8rem; … … 3359 3365 text-align: inherit; 3360 3366 } 3361 3367 3368 .wp-block-quote.has-text-color cite, 3369 .wp-block-quote.has-background cite, 3370 .has-background .wp-block-quote cite { 3371 color: inherit; 3372 } 3373 3362 3374 .wp-block-quote[style="text-align:center"] { 3363 3375 border-width: 0; 3364 3376 padding: 0; -
src/wp-content/themes/twentytwenty/style.css
3261 3261 margin-top: 1.2rem; 3262 3262 } 3263 3263 3264 .wp-block-pullquote.has-text-color cite, 3265 .wp-block-pullquote.has-background cite, 3266 .has-background .wp-block-pullquote cite { 3267 color: inherit; 3268 } 3269 3264 3270 .wp-block-pullquote.alignleft p, 3265 3271 .wp-block-pullquote.alignright p { 3266 3272 font-size: 2.8rem; … … 3379 3385 text-align: inherit; 3380 3386 } 3381 3387 3388 .wp-block-quote.has-text-color cite, 3389 .wp-block-quote.has-background cite, 3390 .has-background .wp-block-quote cite { 3391 color: inherit; 3392 } 3393 3382 3394 .wp-block-quote[style="text-align:center"] { 3383 3395 border-width: 0; 3384 3396 padding: 0;