Make WordPress Core


Ignore:
Timestamp:
10/04/2022 01:10:12 AM (4 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/electric.json

    r54235 r54372  
    3535                "elements": {
    3636                        "button": {
     37                                "border": {
     38                                        "style": "solid",
     39                                        "width": "2px",
     40                                        "color": "var(--wp--preset--color--contrast)"
     41                                },
    3742                                "color": {
    3843                                        "background": "var(--wp--preset--color--contrast)",
    3944                                        "text": "var(--wp--preset--color--base)"
     45                                },
     46                                "spacing": {
     47                                        "padding": {
     48                                                "top": ".667em",
     49                                                "right": "1.333em",
     50                                                "bottom": ".667em",
     51                                                "left": "1.333em"
     52                                        }
     53                                },
     54                                ":active": {
     55                                        "typography": {
     56                                                "textDecoration": "underline dotted"
     57                                        }
     58                                },
     59                                ":focus": {
     60                                        "typography": {
     61                                                "textDecoration": "underline dotted"
     62                                        }
    4063                                },
    4164                                ":hover": {
     
    4366                                                "color": "var(--wp--preset--color--contrast)",
    4467                                                "style": "solid",
    45                                                 "width": "1px"
     68                                                "width": "2px"
    4669                                        },
    4770                                        "color": {
Note: See TracChangeset for help on using the changeset viewer.