Opened 6 years ago
Closed 5 weeks ago
#46080 closed defect (bug) (fixed)
Twenty Seventeen: Pullquote Block - "Write citation…" Text color not working at frontend
Reported by: | iamjaydip | Owned by: | karmatosed |
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | 5.0.3 |
Component: | Bundled Theme | Keywords: | has-screenshots has-patch needs-testing commit |
Focuses: | css | Cc: |
Description
When I add Pullquote Block in editor and assign text color from the Color setting it's working properly in backend but it's not working properly in frontend.
Attachments (3)
Change History (9)
#1
@
6 years ago
- Component changed from Editor to Bundled Theme
Thanks for this report, @iamjaydip! That definitely doesn't look like it's working as expected.
I think this is an issue with Twenty Seventeen's styles specifically, so I'm going to move it to the 'Bundled Themes' component.
#2
@
6 years ago
- Milestone changed from Awaiting Review to Future Release
- Summary changed from Pullquote Block: "Write citation…" Text color not working at frontend to Twenty Seventeen: Pullquote Block - "Write citation…" Text color not working at frontend
#3
@
8 weeks ago
- Focuses css added
- Keywords has-patch added
On the front end, the citation text color has matched the quote text since WordPress 5.9. Since then, block-library
styles have also matched the block's default color to the body text instead of the theme's medium gray. At this point, I would consider that the new style for the block.
The iframe editor shows the same colors as the front, but the non-framed editor still shows the gray whether the block uses default or custom colors. I uploaded a patch to override the inlined styles from editor-style.css
. If you see top and bottom borders, those come from the block-library/theme.css
, and #61591 should correct the sequence by adding editor-blocks.css
later.
#4
@
5 weeks ago
- Keywords needs-testing added
- Owner set to karmatosed
- Status changed from new to assigned
Thank you @sabernhardt I am going to add testing to this and assign to myself to progress this ticket.
Pullquote Block: Text color not working at frontend ( Write citation…)