Make WordPress Core

Changeset 28608


Ignore:
Timestamp:
05/29/2014 03:57:44 AM (10 years ago)
Author:
helen
Message:

Better align link element focus with form focus styling, which also improves the visibility. props zamfeer. see #28267.

File:
1 edited

Legend:

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

    r28235 r28608  
    253253a:focus {
    254254    color: #124964;
    255 }
    256 
    257 a:focus,
    258 a:active {
    259     outline: thin dotted;
     255    -webkit-box-shadow:
     256        0 0 0 1px #5b9dd9,
     257        0 0 2px 1px rgba(30, 140, 190, .8);
     258    box-shadow:
     259        0 0 0 1px #5b9dd9,
     260        0 0 2px 1px rgba(30, 140, 190, .8);
     261}
     262
     263.ie8 a:focus {
     264    outline: #5b9dd9 solid 1px;
    260265}
    261266
Note: See TracChangeset for help on using the changeset viewer.