[wp-trac] [WordPress Trac] #62792: Twenty Ten: Editor styles conflicts with the block editor styles

WordPress Trac noreply at wordpress.org
Fri Jan 10 05:19:17 UTC 2025


#62792: Twenty Ten: Editor styles conflicts with the block editor styles
----------------------------------------+------------------------------
 Reporter:  poena                       |       Owner:  (none)
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  Awaiting Review
Component:  Bundled Theme               |     Version:
 Severity:  normal                      |  Resolution:
 Keywords:  has-patch has-testing-info  |     Focuses:
----------------------------------------+------------------------------

Comment (by devtanbir):

 The plus icon inside the column has a white color in its SVG path, which
 is why the plus icon is not visible. I’ve added the code solution below.
 Adding this will solve the problem.

 {{{
 .block-core-columns .components-button svg path {
     color: inherit;
 }
 }}}

 **Before:**
 [[Image(https://i.ibb.co.com/s6YzMCd/Screenshot-2025-01-10-at-11-09-40-AM.png)]]

 **After:**
 [[Image(https://i.ibb.co.com/bRYTdJ6/Screenshot-2025-01-10-at-11-17-40-AM.png)]]

 Replying to [comment:2 mai21]:
 > == Reproduction Report
 > === Description
 > This report validates whether the issue can be reproduced.
 >
 > === Environment
 > - WordPress: 6.8-alpha-59565
 > - PHP: 8.3.14
 > - Server: nginx/1.26.2
 > - Database: mysqli (Server: 10.5.27-MariaDB-ubu2004-log / Client:
 mysqlnd 8.3.14)
 > - Browser: Chrome 131.0.0.0
 > - OS: Linux
 > - Theme: Twenty Ten 4.3
 > - MU Plugins: None activated
 > - Plugins:
 >   * Test Reports 1.2.0
 >   * WordPress Beta Tester 3.6.2
 >
 > === Actual Results
 > 1.  ✅ Error condition occurs (reproduced).
 >
 > === Additional Notes
 > steps:
 > 1- active theme 2010
 > 2- add/edit page and add columns block => notice the style with * for
 column place holder
 > 3- select any option of columns => see the button style and the + is not
 displayed (if we switch the theme to 2020 , the + will be displayed and no
 * style in the button)
 >
 > Note: When testing the patch, make sure to check with ltr language i.e
 English and rtl language i.e Arabic
 >
 > === Supplemental Artifacts
 > Added as Attachment

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62792#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list