Make WordPress Core

Opened 2 years ago

Last modified 2 years ago

#56578 new defect (bug)

Post date block color setting is not reflecting in editor and front side

Reported by: multidots1896's profile multidots1896 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.0.1
Component: Editor Keywords: close
Focuses: css Cc:

Description

Twenty Fifteen: Post date block color setting is not reflecting in editor and front side.
1)Install Twenty Fifteen Theme.
2)Add Post Date block
3)Enable link to page setting and changing the color from settings.
Here is recording:https://share.cleanshot.com/T6EEHXMZtsE6QSqnYTQI

Attachments (1)

56578.patch (896 bytes) - added by multidots1896 2 years ago.
added patch

Download all attachments as: .zip

Change History (4)

@multidots1896
2 years ago

added patch

#1 @krupalpanchal
2 years ago

  • Keywords has-patch added

#2 @sabernhardt
2 years ago

  • Component changed from General to Editor
  • Focuses css added
  • Keywords close added; has-patch removed
  • Summary changed from Twenty Fifteen: Post date block color setting is not reflecting in editor and front side to Post date block color setting is not reflecting in editor and front side

The Text color setting does not work with Post Date block links in other themes, either.

It might be worth adding the following style for the block editor (front end and back end):

.wp-block-post-date.has-text-color a {
  color: currentColor;
}

If so, that would belong in a GitHub issue.

However, the Gutenberg plugin already has a separate Link color setting. With that, we could consider this issue fixed.

Last edited 2 years ago by sabernhardt (previous) (diff)

#3 @sabernhardt
2 years ago

Oops: the Link color setting is not available with all themes.

Please open a GitHub issue (if it's not there already).

Note: See TracTickets for help on using tickets.