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: |
|
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)
Change History (5)
#2
@
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.
#3
@
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
@
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.
added patch