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:
parent
911da56fe8
commit
7580577e82
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user