Twenty Twenty: Ensure link color is inherited from paragraph in the editor.
This changeset improves link colors consistency between front-end and the editor. Props sabernhardt, webcommsat, audrasjb. Fixes #56214. Built from https://develop.svn.wordpress.org/trunk@54153 git-svn-id: http://core.svn.wordpress.org/trunk@53712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b078199637
commit
5499d60580
|
@ -156,6 +156,10 @@ Inter variable font. Usage:
|
|||
|
||||
/* Colors ------------------------------------ */
|
||||
|
||||
.editor-styles-wrapper .has-text-color a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* CUSTOM COLORS */
|
||||
|
||||
:root .has-accent-color {
|
||||
|
|
|
@ -156,6 +156,10 @@ Inter variable font. Usage:
|
|||
|
||||
/* Colors ------------------------------------ */
|
||||
|
||||
.editor-styles-wrapper .has-text-color a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* CUSTOM COLORS */
|
||||
|
||||
:root .has-accent-color {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-54152';
|
||||
$wp_version = '6.1-alpha-54153';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue