Accessibility: Exclude the Windows High Contrast mode transparent outline from the CSS transition after [44544].
See #41286. git-svn-id: https://develop.svn.wordpress.org/trunk@44575 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
992184cf73
commit
627ce6f4b4
@ -298,7 +298,8 @@
|
||||
.folded #adminmenu .wp-has-current-submenu li > a {
|
||||
padding-right: 16px;
|
||||
padding-left: 14px;
|
||||
transition: all .1s ease-in-out;
|
||||
/* Exclude from the transition the outline for Windows High Contrast mode */
|
||||
transition: all .1s ease-in-out, outline 0s;
|
||||
}
|
||||
|
||||
#adminmenu .wp-has-current-submenu ul > li > a,
|
||||
|
Loading…
Reference in New Issue
Block a user