Changeset 55317
- Timestamp:
- 02/13/2023 03:18:19 PM (22 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r54687 r55317 684 684 } 685 685 686 .editor-styles-wrapper .wp-block-quote.has-text-color cite, 687 .editor-styles-wrapper .wp-block-quote.has-background cite, 688 .editor-styles-wrapper .has-background .wp-block-quote cite { 689 color: inherit; 690 } 691 686 692 .editor-styles-wrapper .wp-block-quote p { 687 693 color: inherit; … … 884 890 } 885 891 892 .editor-styles-wrapper .wp-block-pullquote.has-text-color cite, 893 .editor-styles-wrapper .wp-block-pullquote.has-background cite, 894 .editor-styles-wrapper .has-background .wp-block-pullquote cite { 895 color: inherit; 896 } 897 886 898 /* STYLE: SOLID COLOR */ 887 899 -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r54687 r55317 688 688 } 689 689 690 .editor-styles-wrapper .wp-block-quote.has-text-color cite, 691 .editor-styles-wrapper .wp-block-quote.has-background cite, 692 .editor-styles-wrapper .has-background .wp-block-quote cite { 693 color: inherit; 694 } 695 690 696 .editor-styles-wrapper .wp-block-quote p { 691 697 color: inherit; … … 888 894 } 889 895 896 .editor-styles-wrapper .wp-block-pullquote.has-text-color cite, 897 .editor-styles-wrapper .wp-block-pullquote.has-background cite, 898 .editor-styles-wrapper .has-background .wp-block-pullquote cite { 899 color: inherit; 900 } 901 890 902 /* STYLE: SOLID COLOR */ 891 903 -
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r54492 r55317 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 { … … 3358 3364 .wp-block-quote cite { 3359 3365 text-align: inherit; 3366 } 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; 3360 3372 } 3361 3373 -
trunk/src/wp-content/themes/twentytwenty/style.css
r54492 r55317 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 { … … 3378 3384 .wp-block-quote cite { 3379 3385 text-align: inherit; 3386 } 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; 3380 3392 } 3381 3393
Note: See TracChangeset
for help on using the changeset viewer.