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/canary.json

    r54372 r54467  
    11{
     2    "$schema": "https://schemas.wp.org/trunk/theme.json",
     3    "version": 2,
    24    "title": "Canary",
    35    "settings": {
     
    7173    "styles": {
    7274        "blocks": {
     75            "core/comments": {
     76                "elements": {
     77                    "link": {
     78                        "typography": {
     79                            "textDecoration": "underline"
     80                        },
     81                        ":hover": {
     82                            "typography": {
     83                                "textDecoration": "none"
     84                            }
     85                        }
     86                    }
     87                }
     88            },
    7389            "core/comment-reply-link": {
    7490                "typography": {
     
    92108                "typography": {
    93109                    "textTransform": "lowercase"
     110                }
     111            },
     112            "core/post-content": {
     113                "elements": {
     114                    "link": {
     115                        "typography": {
     116                            "textDecoration": "underline"
     117                        },
     118                        ":hover": {
     119                            "typography": {
     120                                "textDecoration": "none"
     121                            }
     122                        }
     123                    }
    94124                }
    95125            },
     
    118148                }
    119149            },
     150            "core/query-pagination": {
     151                "border": {
     152                    "top": {
     153                        "width": "4px"
     154                    }
     155                }
     156            },
    120157            "core/separator": {
    121158                "border": {
     
    143180                    }
    144181                },
     182                ":focus": {
     183                    "color": {
     184                        "background": "var(--wp--preset--color--base)",
     185                        "text": "var(--wp--preset--color--contrast)"
     186                    },
     187                    "border": {
     188                        "color": "var(--wp--preset--color--contrast)",
     189                        "style": "solid",
     190                        "width": "2px"
     191                    }
     192                },
    145193                "border": {
    146194                    "radius": "5px",
     
    151199                "color": {
    152200                    "text": "var(--wp--preset--color--base)"
     201                },
     202                "spacing": {
     203                    "padding": {
     204                        "bottom": "0.667em",
     205                        "left": "1.333em",
     206                        "right": "1.333em",
     207                        "top": "0.667em"
     208                    }
    153209                }
    154210            },
     
    187243            "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)"
    188244        }
    189     },
    190     "version": 2,
    191     "$schema": "https://schemas.wp.org/trunk/theme.json"
     245    }
    192246}
Note: See TracChangeset for help on using the changeset viewer.