Make WordPress Core

Changeset 56190

Timestamp:
07/10/2023 10:18:27 PM (13 months ago)
Author:
audrasjb
Message:

Twenty Twenty-Three: Add a border to Quote block.

This changeset adds a border to the Quote block on front-end, in order to be consistent with the Editor styles.

Props nidhidhandhukiya, poena, akrocks, sabernhardt, nithins53, zoonini.
Fixes #57506.

File:
1 edited

Legend:

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

    r56173 r56190  
    540540            "core/quote": {
    541541                "border": {
    542                     "width": "1px"
     542                    "left": {
     543                        "color": "inherit",
     544                        "style": "solid",
     545                        "width": "1px"
     546                    }
    543547                },
    544548                "elements": {
Note: See TracChangeset for help on using the changeset viewer.