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

    r54235 r54372  
    4343                                        "size": "calc(8px + 1.5625vw)",
    4444                                        "slug": "20",
    45                                         "name": "Tiny"
     45                                        "name": "1"
    4646                                },
    4747                                {
    4848                                        "size": "calc(12px + 1.5625vw)",
    4949                                        "slug": "30",
    50                                         "name": "Small"
     50                                        "name": "2"
    5151                                },
    5252                                {
    5353                                        "size": "calc(16px + 1.5625vw)",
    5454                                        "slug": "40",
    55                                         "name": "Medium"
     55                                        "name": "3"
    5656                                },
    5757                                {
    5858                                        "size": "calc(20px + 1.5625vw)",
    5959                                        "slug": "50",
    60                                         "name": "Large"
     60                                        "name": "4"
    6161                                },
    6262                                {
    6363                                        "size": "calc(24px + 1.5625vw)",
    6464                                        "slug": "60",
    65                                         "name": "Extra Large"
     65                                        "name": "5"
    6666                                },
    6767                                {
    6868                                        "size": "calc(28px + 1.5625vw)",
    6969                                        "slug": "70",
    70                                         "name": "2X Large"
     70                                        "name": "6"
    7171                                },
    7272                                {
    7373                                        "size": "calc(32px + 1.5625vw)",
    7474                                        "slug": "80",
    75                                         "name": "3X Large"
     75                                        "name": "7"
    7676                                }
    7777                        ]
     
    146146                        "button": {
    147147                                "border": {
    148                                         "radius": "0"
     148                                        "radius": "0",
     149                                        "style": "solid",
     150                                        "width": "2px",
     151                                        "color": "var(--wp--preset--color--primary)"
    149152                                },
    150153                                "color": {
     
    154157                                "spacing": {
    155158                                        "padding": {
    156                                                 "top": "min(1.25rem, 3vw)",
    157                                                 "right": "min(2.25rem, 5vw)",
    158                                                 "bottom": "min(1.25rem, 3vw)",
    159                                                 "left": "min(2.25rem, 5vw)"
     159                                                "top": "min(1.125rem, 3vw) !important",
     160                                                "right": "min(2.125rem, 5vw) !important",
     161                                                "bottom": "min(1.125rem, 3vw) !important",
     162                                                "left": "min(2.125rem, 5vw) !important"
    160163                                        }
    161164                                },
     
    167170                                },
    168171                                ":hover": {
     172                                        "border": {
     173                                                "color": "var(--wp--preset--color--contrast)"
     174                                        },
    169175                                        "color": {
    170176                                                "background": "var(--wp--preset--color--contrast)",
    171                                                 "text": "var(--wp--preset--color--primary)"
     177                                                "text": "var(--wp--preset--color--tertiary)"
    172178                                        }
    173179                                },
    174180                                ":focus": {
     181                                        "border": {
     182                                                "color": "var(--wp--preset--color--contrast)"
     183                                        },
    175184                                        "color": {
    176185                                                "background": "var(--wp--preset--color--contrast)",
    177                                                 "text": "var(--wp--preset--color--primary)"
     186                                                "text": "var(--wp--preset--color--tertiary)"
    178187                                        }
    179188                                },
    180189                                ":active": {
     190                                        "border": {
     191                                                "color": "var(--wp--preset--color--contrast)"
     192                                        },
    181193                                        "color": {
    182194                                                "background": "var(--wp--preset--color--contrast)",
    183                                                 "text": "var(--wp--preset--color--primary)"
     195                                                "text": "var(--wp--preset--color--tertiary)"
    184196                                        }
    185197                                }
Note: See TracChangeset for help on using the changeset viewer.