From 00de1af85d4cdcf54677da7acd6a69eea79af887 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 25 Sep 2019 16:38:57 +0000 Subject: [PATCH] Accessibility: Implement the new focus styles on the login screen after [46247]. Props @kjellr. See #47153. git-svn-id: https://develop.svn.wordpress.org/trunk@46293 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/login.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/css/login.css b/src/wp-admin/css/login.css index dab25a84a1ab..e555dedfa3d1 100644 --- a/src/wp-admin/css/login.css +++ b/src/wp-admin/css/login.css @@ -32,9 +32,7 @@ a:active { a:focus { color: #124964; - box-shadow: - 0 0 0 1px #5b9dd9, - 0 0 2px 1px rgba(30, 140, 190, 0.8); + outline: 1px dotted #555d66; } p { @@ -128,7 +126,8 @@ p { font-weight: 400; overflow: hidden; background: #fff; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); + border: 1px solid #ccd0d4; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04); } .login-action-confirm_admin_email #login {