[wp-trac] [WordPress Trac] #62991: Issue: Non-Clickable Area in Admin Profile Dropdown

WordPress Trac noreply at wordpress.org
Thu Apr 24 14:38:44 UTC 2025


#62991: Issue: Non-Clickable Area in Admin Profile Dropdown
-------------------------------------------------+-------------------------
 Reporter:  r0nak                                |       Owner:
                                                 |  adamsilverstein
     Type:  enhancement                          |      Status:  assigned
 Priority:  normal                               |   Milestone:  6.9
Component:  Toolbar                              |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  good-first-bug 2nd-opinion has-      |     Focuses:  css,
  patch needs-design-feedback                    |  administration
-------------------------------------------------+-------------------------

Comment (by logicrays):

 I've reviewed and tested the patch for Ticket #62991. Removing the right
 margin from the admin profile dropdown's list item effectively resolves
 the issue of the non-clickable area on the far-right side. This adjustment
 ensures the entire dropdown is interactive, enhancing user experience.​


 {{{
 #wp-admin-bar-user-actions > li[role="group"] {
     margin-right: 0;
 }
 }}}

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


More information about the wp-trac mailing list