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
This commit is contained in:
parent
fc33d398cb
commit
00de1af85d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user