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 | 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)
Change History (4)
#2
@
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.
Note: See
TracTickets for help on using
tickets.
added patch