mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Accessibility: Taxonomy: Correct keyboard navigation for the Tags meta box in classic editor.
Props sabernhardt, almendron, jose64, alexstine, joedolson, ryokuhi. Fixes #52408. git-svn-id: https://develop.svn.wordpress.org/trunk@50363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
729873ddda
commit
944830428d
@ -704,9 +704,12 @@ ul#add-to-blog-users {
|
||||
}
|
||||
|
||||
/* Colors for the tags autocomplete. */
|
||||
.wp-tags-autocomplete .ui-state-focus {
|
||||
.wp-tags-autocomplete .ui-state-focus,
|
||||
.wp-tags-autocomplete [aria-selected="true"] {
|
||||
background-color: #2271b1;
|
||||
color: #fff;
|
||||
/* Only visible in Windows High Contrast mode */
|
||||
outline: 2px solid transparent;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user