Make WordPress Core

Opened 3 years ago

Closed 3 weeks ago

#56578 closed defect (bug) (worksforme)

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

Reported by: multidots1896's profile multidots1896 Owned by:
Milestone: 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 3 years ago.
added patch

Download all attachments as: .zip

Change History (5)

@multidots1896
3 years ago

added patch

#1 @krupalpanchal
3 years ago

  • Keywords has-patch added

#2 @sabernhardt
3 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 {
  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.

Version 0, edited 3 years ago by sabernhardt (next)

#3 @sabernhardt
3 years ago

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

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

#4 @karmatosed
3 weeks ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

I might be wrong but this doesn't feel like a fix in the Gutenberg side. Out of the box without styling that link this seems to work for me. For now, I am going to suggest this is closed and perhaps it is a case of time and solution. If this remains an issue per theme it would need to be looked at on the basis of those. Thank you everyone.

Note: See TracTickets for help on using tickets.