mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Editor: add support for block-level link hover colors.
Adds the ability to set link hover colors for individual blocks from the block inspector color panel. Props @youknowriad, @peterwilsoncc, @kebbet. Fixes #58575. git-svn-id: https://develop.svn.wordpress.org/trunk@56028 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -269,7 +269,10 @@ class Tests_Theme_wpThemeJson extends WP_UnitTestCase {
|
||||
'color' => true,
|
||||
),
|
||||
'color' => array(
|
||||
'link' => true,
|
||||
'link' => true,
|
||||
'heading' => true,
|
||||
'button' => true,
|
||||
'caption' => true,
|
||||
),
|
||||
'dimensions' => array(
|
||||
'minHeight' => true,
|
||||
@@ -299,7 +302,10 @@ class Tests_Theme_wpThemeJson extends WP_UnitTestCase {
|
||||
'color' => true,
|
||||
),
|
||||
'color' => array(
|
||||
'link' => true,
|
||||
'link' => true,
|
||||
'heading' => true,
|
||||
'button' => true,
|
||||
'caption' => true,
|
||||
),
|
||||
'dimensions' => array(
|
||||
'minHeight' => true,
|
||||
|
||||
Reference in New Issue
Block a user