Make WordPress Core

Changeset 29674


Ignore:
Timestamp:
09/02/2014 06:26:18 PM (10 years ago)
Author:
helen
Message:

Modals: Remove some remnant unnecessary blue glow focus styling.

fixes #29147.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

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

    r29645 r29674  
    691691    border-color: #ccc;
    692692    color: #000;
     693    outline: none;
    693694}
    694695
  • trunk/src/wp-admin/css/themes.css

    r29634 r29674  
    479479.theme-overlay .theme-header .right:focus,
    480480.theme-overlay .theme-header .left:focus {
    481     -webkit-box-shadow:
    482         0 0 0 1px #5b9dd9,
    483         0 0 2px 1px rgba(30, 140, 190, .8);
    484     box-shadow:
    485         0 0 0 1px #5b9dd9,
    486         0 0 2px 1px rgba(30, 140, 190, .8);
     481    -webkit-box-shadow: none;
     482    box-shadow: none;
     483    outline: none;
    487484}
    488485
Note: See TracChangeset for help on using the changeset viewer.