Make WordPress Core


Ignore:
Timestamp:
01/09/2023 11:43:19 PM (4 years ago)
Author:
audrasjb
Message:

Twenty Twenty-Three: Fix incorrect gradient values in Aubergine theme.

This changeset removes two unwanted semicolons from the gradients declaration in aubergine.json, fixing two gradients that were showing a checkerboard pattern instead of the gradient, and a console error for each of them.

Props wildworks, sabernhardt.
Fixes #57245.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/styles/aubergine.json

    r54686 r55041  
    1717                                },
    1818                                {
    19                                         "gradient": "linear-gradient(90deg, var(--wp--preset--color--tertiary) 5.74%, var(--wp--preset--color--primary) 100%);",
     19                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--tertiary) 5.74%, var(--wp--preset--color--primary) 100%)",
    2020                                        "name": "Tertiary to Primary",
    2121                                        "slug": "tertiary-primary"
    2222                                },
    2323                                {
    24                                         "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 5.74%, var(--wp--preset--color--tertiary) 100%);",
     24                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 5.74%, var(--wp--preset--color--tertiary) 100%)",
    2525                                        "name": "Primary to Tertiary",
    2626                                        "slug": "primary-tertiary"
Note: See TracChangeset for help on using the changeset viewer.