Make WordPress Core

Changeset 29983


Ignore:
Timestamp:
10/21/2014 05:39:02 PM (10 years ago)
Author:
johnbillion
Message:

Add a focus outline to the widget control toggle arrows. Fixes #27953. Props TomHarrigan.

File:
1 edited

Legend:

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

    r29832 r29983  
    28292829
    28302830.widget-top a.widget-action:after {
    2831     padding: 12px 12px 0;
     2831    padding: 12px 12px 11px;
     2832}
     2833
     2834.widget-top a.widget-action:focus:after {
     2835    -webkit-box-shadow: 0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);
     2836    box-shadow: 0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);
    28322837}
    28332838
Note: See TracChangeset for help on using the changeset viewer.