Make WordPress Core

Ticket #52408: 52408.patch

File 52408.patch, 443 bytes (added by sabernhardt, 4 years ago)

CSS fix

  • src/wp-admin/css/forms.css

     
    704704}
    705705
    706706/* Colors for the tags autocomplete. */
    707 .wp-tags-autocomplete .ui-state-focus {
     707.wp-tags-autocomplete .ui-state-focus,
     708.wp-tags-autocomplete [aria-selected="true"] {
    708709        background-color: #2271b1;
    709710        color: #fff;
    710711}