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

WordPress Trac noreply at wordpress.org
Mon Mar 30 03:22:56 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                       |
-------------------------------------------------+-------------------------
Changes (by wildworks):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 {{{
 .contextual-help-tabs .active::after {
         content: "";
         position: absolute;
         top: 0;
         right: -1px;
         width: 2px;
         height: 100%;
         background: inherit;
         z-index: 2;
 }
 }}}

 This style causes an overflow, resulting in an unintended scrollbar always
 appearing on Windows OS. What is the purpose of this style in the first
 place? In my environment, removing these styles does not cause any visual
 issues.

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


More information about the wp-trac mailing list