diff --git a/src/wp-admin/css/admin-menu.css b/src/wp-admin/css/admin-menu.css
index 0dc59c6e6b..7ebda68d02 100644
a
|
b
|
|
63 | 63 | position: relative; |
64 | 64 | float: left; |
65 | 65 | z-index: 9990; |
| 66 | outline: 1px solid transparent; |
66 | 67 | } |
67 | 68 | |
68 | 69 | /* side admin menu */ |
diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css
index c4e8ba3afa..a36db705d1 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 | outline: 1px solid transparent; |
100 | 101 | } |
101 | 102 | |
102 | 103 | #wpadminbar .ab-sub-wrapper, |