Skip to content

Commit

Permalink
Accessibility: Implement the new focus styles on the login screen aft…
Browse files Browse the repository at this point in the history
…er [46247].

Props @kjellr.
See #47153.


git-svn-id: https://develop.svn.wordpress.org/trunk@46293 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
afercia committed Sep 25, 2019
1 parent fc33d39 commit 00de1af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/wp-admin/css/login.css
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 00de1af

Please sign in to comment.