Make WordPress Core

Changeset 29122


Ignore:
Timestamp:
07/12/2014 03:46:27 PM (10 years ago)
Author:
ocean90
Message:

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

fixes #28834.
props nvwd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/widgets.css

    r27195 r29122  
    1717.widget-top a.widget-action,
    1818.widget-top a.widget-action:hover {
     19    -webkit-box-shadow: none;
     20    box-shadow: none;
     21    outline: none;
    1922    text-decoration: none;
    2023}
Note: See TracChangeset for help on using the changeset viewer.