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:
Andrea Fercia 2019-01-12 15:00:04 +00:00
parent 992184cf73
commit 627ce6f4b4
1 changed files with 2 additions and 1 deletions

View File

@ -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,