Make WordPress Core

Changeset 46293


Ignore:
Timestamp:
09/25/2019 04:38:57 PM (5 years ago)
Author:
afercia
Message:

Accessibility: Implement the new focus styles on the login screen after [46247].

Props @kjellr.
See #47153.

File:
1 edited

Legend:

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

    r46256 r46293  
    3333a:focus {
    3434    color: #124964;
    35     box-shadow:
    36         0 0 0 1px #5b9dd9,
    37         0 0 2px 1px rgba(30, 140, 190, 0.8);
     35    outline: 1px dotted #555d66;
    3836}
    3937
     
    129127    overflow: hidden;
    130128    background: #fff;
    131     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
     129    border: 1px solid #ccd0d4;
     130    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    132131}
    133132
Note: See TracChangeset for help on using the changeset viewer.