diff --git a/src/wp-includes/css/wp-auth-check.css b/src/wp-includes/css/wp-auth-check.css index 5d31e0341f..0c1408ed91 100644 --- a/src/wp-includes/css/wp-auth-check.css +++ b/src/wp-includes/css/wp-auth-check.css @@ -87,33 +87,24 @@ #wp-auth-check-wrap .wp-auth-check-close { position: absolute; - top: 8px; - right: 8px; + top: 5px; + right: 5px; height: 22px; width: 22px; - cursor: pointer; + color: #72777c; } #wp-auth-check-wrap .wp-auth-check-close:before { content: "\f158"; - display: block !important; - font: normal 20px/1 dashicons; + font: normal 20px/22px dashicons; speak: none; - height: 22px; - margin: 2px 0; - text-align: center; - width: 22px; - color: #777; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; } -#wp-auth-check-wrap .wp-auth-check-close:hover:before { - color: #0073aa; -} - +#wp-auth-check-wrap .wp-auth-check-close:hover, #wp-auth-check-wrap .wp-auth-check-close:focus { - outline: 1px dotted #82878c; + color: #0073aa; } #wp-auth-check-wrap .wp-auth-fallback-expired { diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 9fd503fd0e..d5edb2c917 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -4934,7 +4934,7 @@ function wp_auth_check_html() {
-
+