Make WordPress Core


Ignore:
Timestamp:
10/04/2022 01:10:12 AM (2 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for beta 3.

This brings over the latest bug fixes and improvements ahead of WordPress 6.1 beta 3.

For a full list of changes being included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ac96e8d545a69fc6515312d548b036f267ec7104...ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f.

Props mikachan, poena, madhudollu, beafialho, colorful-tones, scruffian, tahmidulkarim, joen, taskotr, zoonini, mayuge, ndiego, collet.
See #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/theme.json

    r54312 r54372  
    2424            ],
    2525            "title": "404"
    26         },
    27         {
    28             "name": "with-featured-image",
    29             "postTypes": [
    30                 "page",
    31                 "post"
    32             ],
    33             "title": "With Featured Image"
    34         },
    35         {
    36             "name": "with-cover-block",
    37             "postTypes": [
    38                 "page",
    39                 "post"
    40             ],
    41             "title": "With Cover Block"
    4226        }
    4327    ],
     
    8569                    "size": "clamp(1.5rem, 5vw, 2rem)",
    8670                    "slug": "30",
    87                     "name": "30"
     71                    "name": "1"
    8872                },
    8973                {
    9074                    "size": "clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)",
    9175                    "slug": "40",
    92                     "name": "40"
     76                    "name": "2"
    9377                },
    9478                {
    9579                    "size": "clamp(2.5rem, 8vw, 6.5rem)",
    9680                    "slug": "50",
    97                     "name": "50"
     81                    "name": "3"
    9882                },
    9983                {
    10084                    "size": "clamp(3.75rem, 10vw, 7rem)",
    10185                    "slug": "60",
    102                     "name": "60"
     86                    "name": "4"
    10387                },
    10488                {
    10589                    "size": "clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem)",
    10690                    "slug": "70",
    107                     "name": "70"
     91                    "name": "5"
    10892                },
    10993                {
    11094                    "size": "clamp(7rem, 14vw, 11rem)",
    11195                    "slug": "80",
    112                     "name": "80"
     96                    "name": "6"
    11397                }
    11498            ],
     
    359343                        "typography": {
    360344                            "textDecoration": "none"
     345                        },
     346                        ":hover": {
     347                            "typography": {
     348                                "textDecoration": "underline"
     349                            }
    361350                        }
    362351                    }
     
    474463                "typography": {
    475464                    "fontSize": "var(--wp--preset--font-size--small)"
    476                 },
    477                 "elements": {
    478                     "link": {
    479                         ":hover": {
    480                             "typography": {
    481                                 "textDecoration": "underline"
    482                             }
    483                         },
    484                         ":focus": {
    485                             "typography": {
    486                                 "textDecoration": "underline dashed"
    487                             }
    488                         },
    489                         ":active": {
    490                             "color": {
    491                                 "text": "var(--wp--preset--color--secondary)"
    492                             },
    493                             "typography": {
    494                                 "textDecoration": "none"
    495                             }
    496                         },
    497                         "typography": {
    498                             "textDecoration": "none"
    499                         }
    500                     }
    501465                }
    502466            },
     
    534498                        "typography": {
    535499                            "textDecoration": "none"
     500                        },
     501                        ":hover": {
     502                            "typography": {
     503                                "textDecoration": "underline"
     504                            }
    536505                        }
    537506                    }
Note: See TracChangeset for help on using the changeset viewer.