wp/wp-includes/css/admin-bar-rtl.css
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
--- a/wp/wp-includes/css/admin-bar-rtl.css	Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/css/admin-bar-rtl.css	Fri Sep 05 18:40:08 2025 +0200
@@ -16,6 +16,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;
@@ -128,10 +129,6 @@
 	outline: none;
 }
 
-#wpadminbar .quicklinks .ab-top-secondary > li {
-	float: left;
-}
-
 #wpadminbar .quicklinks a,
 #wpadminbar .quicklinks .ab-empty-item,
 #wpadminbar .shortlink-input {
@@ -705,7 +702,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;
@@ -719,11 +715,7 @@
 #wpadminbar .screen-reader-shortcut {
 	position: absolute;
 	top: -1000em;
-}
-
-#wpadminbar .screen-reader-shortcut:focus {
 	right: 6px;
-	top: 7px;
 	height: auto;
 	width: auto;
 	display: block;
@@ -735,6 +727,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);
 }
 
@@ -798,7 +795,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;
@@ -1037,10 +1033,6 @@
 		position: static;
 	}
 
-	#wpadminbar #wp-admin-bar-my-account {
-		float: left;
-	}
-
 	.network-admin #wpadminbar ul#wp-admin-bar-top-secondary > li#wp-admin-bar-my-account {
 		margin-left: 0;
 	}