Skip to content

Commit

Permalink
Twenty Twenty: Ensure link color is inherited from paragraph in the e…
Browse files Browse the repository at this point in the history
…ditor.

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
  • Loading branch information
audrasjb committed Sep 14, 2022
1 parent b2c1e5a commit 17ae32a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ Inter variable font. Usage:

/* Colors ------------------------------------ */

.editor-styles-wrapper .has-text-color a {
color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ Inter variable font. Usage:

/* Colors ------------------------------------ */

.editor-styles-wrapper .has-text-color a {
color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 17ae32a

Please sign in to comment.