Skip to content

Separator Block: background color defined in theme.json is not applied correctly #43660

@luminuu

Description

@luminuu

Description

When defining a different background color for the separator block through theme.json or a style variant, the color is not properly displayed.

Through theme.json, only the background-color is defined. To actually change the color, the text color or the border color also has to change. Text color is deactivated in block.json, border controls are not available at the separator block.

Changing the color through the settings in the block editor or site editor adds classes like has-vivid-red-color, which then changes the color. It uses the color CSS property instead of background-color.

Possible solutions:

  • When rendering theme.json, add a CSS property with color or border-color and the defined color
  • Enable text color as setting and remove background color
  • Update separator to use default border controls of Gutenberg

Step-by-step reproduction instructions

  1. Create a style variation of a block theme
  2. Change the color for the separator block through style-variant.json
  3. Check the website and see that the color did not change

Screenshots, screen recording, code snippet

No response

Environment info

  • WordPress 6.0.1
  • Gutenberg 13.9
  • Twenty Twenty-Three
  • Custom Style Variation

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

Metadata

Metadata

Labels

[Block] SeparatorAffects the Separator Block[Type] BugAn existing feature does not function as intended

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions