Make WordPress Core

Ticket #61562: 61562.3.patch

File 61562.3.patch, 3.1 KB (added by viralsampat, 2 months ago)

I have updated my patch and resolved the issue.

  • src/wp-content/themes/twentytwentyone/assets/css/style-editor.css

    diff --git src/wp-content/themes/twentytwentyone/assets/css/style-editor.css src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
    index d6f1bd7819..52f1377c51 100644
    h6, 
    11801180        margin-bottom: calc(0.333 * var(--global--spacing-vertical));
    11811181}
    11821182
     1183.wp-block-latest-posts__list.has-background.has-text-color a.wp-block-latest-posts__post-title{
     1184        color: inherit;
     1185}
     1186
     1187.wp-block-latest-posts__list.has-background.has-text-color a.wp-block-latest-posts__read-more {
     1188    color: inherit;
     1189}
     1190
    11831191.wp-block-latest-posts .wp-block-latest-posts__post-author {
    11841192        color: var(--global--color-primary);
    11851193        font-size: var(--global--font-size-md);
    11861194        line-height: var(--global--line-height-body);
    11871195}
    11881196
     1197.wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-author{
     1198        color: inherit;
     1199}
     1200
     1201.wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-author{
     1202        color: inherit;
     1203}
     1204
    11891205.wp-block-latest-posts .wp-block-latest-posts__post-date {
    11901206        color: var(--global--color-primary);
    11911207        font-size: var(--global--font-size-xs);
    11921208        line-height: var(--global--line-height-body);
    11931209}
    11941210
     1211.wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date{
     1212        color: inherit;
     1213}
     1214
     1215.wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-date{
     1216        color: inherit;
     1217}
     1218
    11951219[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date,
    11961220.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
    11971221        color: currentColor;
  • src/wp-content/themes/twentytwentyone/style.css

    diff --git src/wp-content/themes/twentytwentyone/style.css src/wp-content/themes/twentytwentyone/style.css
    index 45600e20fc..90786b228d 100644
    h6, 
    24572457        margin-bottom: 0;
    24582458}
    24592459
     2460.wp-block-latest-posts__list.has-background.has-text-color a.wp-block-latest-posts__post-title{
     2461        color: inherit;
     2462}
     2463
     2464.wp-block-latest-posts__list.has-background.has-text-color a.more-link {
     2465    color: inherit;
     2466}
     2467
    24602468.wp-block-latest-posts .wp-block-latest-posts__post-author {
    24612469        color: var(--global--color-primary);
    24622470        font-size: var(--global--font-size-md);
    24632471        line-height: var(--global--line-height-body);
    24642472}
    24652473
     2474.wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-author{
     2475        color: inherit;
     2476}
     2477
     2478.wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-author{
     2479        color: inherit;
     2480}
     2481
    24662482.wp-block-latest-posts .wp-block-latest-posts__post-date {
    24672483        color: var(--global--color-primary);
    24682484        font-size: var(--global--font-size-xs);
    24692485        line-height: var(--global--line-height-body);
    24702486}
    24712487
     2488.wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date{
     2489        color: inherit;
     2490}
     2491
     2492.wp-block-latest-posts__list.has-background.has-text-color .wp-block-latest-posts__post-date{
     2493        color: inherit;
     2494}
     2495
    24722496[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date,
    24732497.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
    24742498        color: currentColor;