diff --git a/src/wp-admin/css/admin-menu.css b/src/wp-admin/css/admin-menu.css
index 0dc59c6e6b..66935f2448 100644
a
|
b
|
|
11 | 11 | top: 0; |
12 | 12 | bottom: -120px; |
13 | 13 | z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */ |
| 14 | |
| 15 | /* Only visible in Windows High Contrast mode */ |
| 16 | outline: 1px solid transparent; |
14 | 17 | } |
15 | 18 | |
16 | 19 | .php-error #adminmenuback { |
diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css
index c4e8ba3afa..80650ed530 100644
a
|
b
|
html:lang(he-il) .rtl #wpadminbar * { |
97 | 97 | min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */ |
98 | 98 | z-index: 99999; |
99 | 99 | background: #1d2327; |
| 100 | |
| 101 | /* Only visible in Windows High Contrast mode */ |
| 102 | outline: 1px solid transparent; |
100 | 103 | } |
101 | 104 | |
102 | 105 | #wpadminbar .ab-sub-wrapper, |