[wp-trac] [WordPress Trac] #52408: Bug in keyboard navigation (tags metabox in post edit)

WordPress Trac noreply at wordpress.org
Sun Feb 7 20:38:18 UTC 2021


#52408: Bug in keyboard navigation (tags metabox in post edit)
-------------------------+-------------------------------------------------
 Reporter:  jose64       |       Owner:  sabernhardt
     Type:  defect       |      Status:  assigned
  (bug)                  |
 Priority:  normal       |   Milestone:  5.7
Component:  Taxonomy     |     Version:  5.6
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |     Focuses:  ui, accessibility, javascript,
  needs-testing          |  css, administration
-------------------------+-------------------------------------------------

Comment (by almendron):

 Provisional solution

 Add to theme "functions.php" file or personal plugin

 {{{
 function admin_styles() {
     echo '<style>
                 .wp-tags-autocomplete [aria-selected="true"] {
                         background-color: #2271b1;
                         color: #fff;
                 }
     </style>';
 }
 add_action('admin_head', 'admin_styles');
 }}}

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


More information about the wp-trac mailing list