Make WordPress Core


Ignore:
Timestamp:
10/11/2022 12:42:28 AM (2 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for RC1.

Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.

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

Follow up to [54235], [54236], [54312], [54372].

Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.

File:
1 edited

Legend:

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

    r54372 r54467  
    11{
     2    "$schema": "https://schemas.wp.org/trunk/theme.json",
     3    "version": 2,
    24    "title": "Aubergine",
    35    "settings": {
     
    159161            },
    160162            "core/post-title": {
     163                "elements": {
     164                    "link": {
     165                        ":active": {
     166                            "color": {
     167                                "text": "var(--wp--preset--color--contrast)"
     168                            }
     169                        }
     170                    }
     171                },
    161172                "typography": {
    162173                    "fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)"
     
    178189                            "text": "var(--wp--preset--color--primary)"
    179190                        }
     191                    }
     192                }
     193            },
     194            "core/query-pagination": {
     195                "border": {
     196                    "top": {
     197                        "color": "var(--wp--preset--color--primary)"
    180198                    }
    181199                }
     
    237255                ":hover": {
    238256                    "color": {
    239                         "gradient": "var(--wp--preset--gradient--primary-tertiary)",
    240                         "text": "var(--wp--preset--color--contrast)"
     257                        "background": "var(--wp--preset--color--primary)",
     258                        "gradient": "none",
     259                        "text": "var(--wp--preset--color--secondary)"
    241260                    }
    242261                },
    243262                ":focus": {
    244263                    "color": {
    245                         "gradient": "var(--wp--preset--gradient--primary-tertiary)",
    246                         "text": "var(--wp--preset--color--contrast)"
     264                        "background": "var(--wp--preset--color--primary)",
     265                        "gradient": "none",
     266                        "text": "var(--wp--preset--color--secondary)"
    247267                    }
    248268                },
    249269                ":active": {
    250270                    "color": {
    251                         "gradient": "var(--wp--preset--gradient--primary-tertiary)",
    252                         "text": "var(--wp--preset--color--contrast)"
     271                        "background": "var(--wp--preset--color--primary)",
     272                        "gradient": "none",
     273                        "text": "var(--wp--preset--color--secondary)"
    253274                    }
    254275                }
     
    262283                ":active": {
    263284                    "color": {
    264                         "text": "var(--wp--preset--color--tertiary)"
     285                        "text": "var(--wp--preset--color--primary)"
    265286                    }
    266287                }
     
    270291            "fontFamily": "var(--wp--preset--font-family--dm-sans)"
    271292        }
    272     },
    273     "version": 2,
    274     "$schema": "https://schemas.wp.org/trunk/theme.json"
     293    }
    275294}
Note: See TracChangeset for help on using the changeset viewer.