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

    r54235 r54372  
    3434    "styles": {
    3535        "blocks": {
     36            "core/post-comments": {
     37                "elements": {
     38                    "link": {
     39                        ":hover": {
     40                            "typography": {
     41                                "textDecoration": "underline dashed"
     42                            }
     43                        }
     44                    }
     45                }
     46            },
    3647            "core/post-date": {
    3748                "typography": {
     
    4455                    "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
    4556                    "fontStyle": "italic"
     57                }
     58            },
     59            "core/site-title": {
     60                "typography": {
     61                    "textTransform": "lowercase"
    4662                }
    4763            }
     
    6682                ":hover": {
    6783                    "typography": {
    68                         "textDecoration": "underline"
     84                        "textDecoration": "underline dashed"
    6985                    }
    7086                }
Note: See TracChangeset for help on using the changeset viewer.