Better align link element focus with form focus styling, which also improves the visibility. props zamfeer. see #28267.

git-svn-id: https://develop.svn.wordpress.org/trunk@28608 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-05-29 03:57:44 +00:00
parent b27a8697d6
commit 06c142a1a5
1 changed files with 8 additions and 3 deletions

View File

@ -252,11 +252,16 @@ a:active {
a:focus {
color: #124964;
-webkit-box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
box-shadow:
0 0 0 1px #5b9dd9,
0 0 2px 1px rgba(30, 140, 190, .8);
}
a:focus,
a:active {
outline: thin dotted;
.ie8 a:focus {
outline: #5b9dd9 solid 1px;
}
#adminmenu a:focus,