Make WordPress Core

Changeset 25067


Ignore:
Timestamp:
08/20/2013 05:59:00 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: accessibility changes to add focus styles to match the hover style on tag links. Props sabreuse, see #25054.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r25066 r25067  
    12921292    text-transform: uppercase;
    12931293}
    1294 .tag-links a:hover {
     1294.tag-links a:hover,
     1295.tag-links a:focus {
    12951296    background-color: #2b2b2b;
    12961297    color: #fff;
     
    13171318    }
    13181319}
    1319 .tag-links a:hover:before {
     1320.tag-links a:hover:before,
     1321.tag-links a:focus:before {
    13201322    border-right-color: #2b2b2b;
    13211323}
Note: See TracChangeset for help on using the changeset viewer.