Don't use box shadow focus styling for widget arrows, see #28267.

fixes #28834.
props nvwd.
Built from https://develop.svn.wordpress.org/trunk@29122


git-svn-id: http://core.svn.wordpress.org/trunk@28907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-07-12 15:47:15 +00:00
parent 53aa80baa8
commit d993855458
4 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,9 @@
.widget-top a.widget-action,
.widget-top a.widget-action:hover {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
text-decoration: none;
}

View File

@ -16,6 +16,9 @@
.widget-top a.widget-action,
.widget-top a.widget-action:hover {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
text-decoration: none;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long