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/styles/whisper.json

    r54235 r54372  
    257257                "typography": {
    258258                    "fontSize": "var(--wp--preset--font-size--large)",
    259                     "lineHeight": "1.4"
     259                    "lineHeight": "1.4",
     260                    "textTransform": "capitalize"
     261                }
     262            },
     263            "core/comment-author-name":{
     264                "elements": {
     265                    "link": {
     266                        ":hover": {
     267                            "typography": {
     268                                "textDecoration": "none"
     269                            }
     270                        },
     271                        ":focus": {
     272                            "typography": {
     273                                "textDecoration": "none"
     274                            }
     275                        }
     276                    }
     277                }
     278            },
     279            "core/comment-date": {
     280                "elements": {
     281                    "link": {
     282                        ":hover": {
     283                            "typography": {
     284                                "textDecoration": "none"
     285                            }
     286                        },
     287                        ":focus": {
     288                            "typography": {
     289                                "textDecoration": "none"
     290                            }
     291                        }
     292                    }
     293                }
     294            },
     295            "core/comment-edit-link": {
     296                "elements": {
     297                    "link": {
     298                        ":hover": {
     299                            "typography": {
     300                                "textDecoration": "none"
     301                            }
     302                        },
     303                        ":focus": {
     304                            "typography": {
     305                                "textDecoration": "none"
     306                            }
     307                        }
     308                    }
    260309                }
    261310            }
     
    421470                },
    422471                ":active": {
     472                    "border": {
     473                        "width": "0"
     474                    },
    423475                    "color": {
    424476                        "text": "var(--wp--preset--color--secondary)"
Note: See TracChangeset for help on using the changeset viewer.