Ticket #52408: 52408.patch
File 52408.patch, 443 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/css/forms.css
704 704 } 705 705 706 706 /* 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"] { 708 709 background-color: #2271b1; 709 710 color: #fff; 710 711 }