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

fixes #28834.
props nvwd.

git-svn-id: https://develop.svn.wordpress.org/trunk@29122 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-07-12 15:46:27 +00:00
parent 911da56fe8
commit 7580577e82

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;
}