Opened 23 months ago
Closed 17 months ago
#57414 closed defect (bug) (fixed)
Twenty Ten: The color of the plus icon should be white in Add Block button
Reported by: | umesh84 | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | 6.1.1 |
Component: | Bundled Theme | Keywords: | has-patch has-screenshots |
Focuses: | ui, css | Cc: |
Description
In Twenty Ten Theme, The color of the plus icon should be white in Add Block button
Attachments (5)
Change History (12)
#2
@
20 months ago
- Milestone changed from Awaiting Review to 6.3
To meet coding standards, I updated the patch for Twenty Ten.
However, it may be better to add the color to all child elements of the toggle button within the editor for any theme (probably after the :hover
state).
& * { color: $white; }
#3
@
20 months ago
Hi,
Tested the patch and it's working fine. With Twenty Ten Theme, the color of the Add Block button(plus icon) is appearing white after the fix.
Test Environment:
WordPress: 6.2
Theme: Twenty Ten
OS: MacOS
Browser: Chrome
Issue Before Patch: https://prnt.sc/lukTTPINSX9O
Fix After Patch Added: https://prnt.sc/bJTolmDvwz8W
Thanks!
#4
@
18 months ago
Test Report
Patch tested: https://core.trac.wordpress.org/attachment/ticket/57414/%2357414.patch
Environment
OS: Windows 10 version 22H2
Web Server: Nginx
PHP: 8.1.9
WordPress: 6.2
Browser: Chrome 109.0.5414.87
Theme: Twenty Ten
Active Plugins: No plugins activated.
Actual Results
✅ The color of the plus icon from add block button is now white
Supplemental Artifacts
Before Patch: https://d.pr/i/KtPEbA
After Patch: https://d.pr/i/mcDz5x
#6
@
17 months ago
Given the related PR on Gutenberg was closed, I'd say it's probably better (and doesn't hurt) to fix it on Twenty Ten anyway…
See https://github.com/WordPress/gutenberg/pull/46636
For better understanding I have attached a screenshot