--- a/wp/wp-includes/css/admin-bar.css Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/css/admin-bar.css Fri Sep 05 18:40:08 2025 +0200
@@ -15,6 +15,7 @@
font-size: 13px;
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
+ font-style: normal;
line-height: 2.46153846;
border-radius: 0;
box-sizing: content-box;
@@ -127,10 +128,6 @@
outline: none;
}
-#wpadminbar .quicklinks .ab-top-secondary > li {
- float: right;
-}
-
#wpadminbar .quicklinks a,
#wpadminbar .quicklinks .ab-empty-item,
#wpadminbar .shortlink-input {
@@ -704,7 +701,6 @@
#wpadminbar .screen-reader-text span {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
- -webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
@@ -718,11 +714,7 @@
#wpadminbar .screen-reader-shortcut {
position: absolute;
top: -1000em;
-}
-
-#wpadminbar .screen-reader-shortcut:focus {
left: 6px;
- top: 7px;
height: auto;
width: auto;
display: block;
@@ -734,6 +726,11 @@
z-index: 100000;
line-height: normal;
text-decoration: none;
+}
+
+#wpadminbar .screen-reader-shortcut:focus {
+ top: 7px;
+ background: #f0f0f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
@@ -797,7 +794,6 @@
#wpadminbar .ab-label {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
- -webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
@@ -1036,10 +1032,6 @@
position: static;
}
- #wpadminbar #wp-admin-bar-my-account {
- float: right;
- }
-
.network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account {
margin-right: 0;
}