[wp-trac] [WordPress Trac] #64744: [Admin reskin] Admin Help still uses old colors

WordPress Trac noreply at wordpress.org
Tue Mar 31 08:09:42 UTC 2026


#64744: [Admin reskin] Admin Help still uses old colors
-------------------------------------------------+-------------------------
 Reporter:  fabiankaegy                          |       Owner:  audrasjb
     Type:  defect (bug)                         |      Status:  reopened
 Priority:  normal                               |   Milestone:  7.0
Component:  Administration                       |     Version:  trunk
 Severity:  normal                               |  Resolution:
 Keywords:  admin-reskin has-patch has-          |     Focuses:  ui, css
  screenshots dev-reviewed                       |
-------------------------------------------------+-------------------------

Comment (by wildworks):

 After re-reading [https://github.com/WordPress/wordpress-
 develop/pull/11070#issuecomment-4013160074 this comment], I don't think
 this pseudo-element is necessary at all. The following CSS is actually
 what removes the right border of the active tab.

 {{{
 .contextual-help-tabs .active {
     margin: 0 -1px 0 0;
     background: color-mix(in srgb, var(--wp-admin-theme-color) 8%, white);
 }
 }}}

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


More information about the wp-trac mailing list