Changes between Initial Version and Version 1 of Ticket #47811
- Timestamp:
- 07/31/2019 06:49:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47811 – Description
initial v1 1 There's a soon-to-land Gutenberg PRthat adds custom color support to the separator block:1 There's a new Gutenberg feature that adds custom color support to the separator block: 2 2 3 3 https://github.com/WordPress/gutenberg/pull/16784 … … 5 5 The custom color functionality added in that ticket is incompatible with Twenty Nineteen. The theme's styles override the custom colors in a couple places, and result in a mismatch between the front end and the editor. I'm attaching a small patch to fix that. 6 6 7 Th is should be fixed ideally before that changeis merged in, in order to ensure that the theme works with that functionality at launch.7 The separator color functionality is set for the 6.3 release of Gutenberg, so this should be fixed in Twenty Nineteen before that version is merged in, in order to ensure that the theme works with that functionality at launch. 8 8 9 9 ---- … … 11 11 To test: 12 12 13 - Run a development version of Gutenberg with this PR active: https://github.com/WordPress/gutenberg/pull/16784 14 - (Or, wait until that PR is merged, and then run that) 13 - Run a development version of Gutenberg with `master` active (or, wait until Gutenberg 6.3 is available in plugin form, and test with that) 15 14 - Start a post with all three styles of the separator block. Ensure that by default, these appear as intended in the editor and in the front end. 16 15 - Using the new sidebar controls, assign a color to each of the separators, and ensure that the new color shows up in the editor and in the front end.