Make WordPress Core

Changeset 25756

Timestamp:
10/10/2013 03:30:25 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: a11y and RTL fixes for tabbed navigation and Skip to Content link. Props obenland, see #25054.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
2 edited

Legend:

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

    r25749 r25756  
    5252}
    5353
     54
     55
     56
     57
     58
    5459/* =Header
    5560----------------------------------------------- */
     
    101106.primary-navigation ul ul {
    102107    float: right;
    103     right: 0;
     108    right: ;
    104109    left: auto;
    105110}
    106111
    107112.primary-navigation ul ul ul {
     113
     114
     115
     116
     117
     118
     119
     120
     121
     122
     123
     124
     125
    108126    right: 100%;
    109     left: auto;
    110127}
    111128
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r25754 r25756  
    430430    top: 5px;
    431431    text-decoration: none;
     432
    432433    width: auto;
    433434    z-index: 100000; /* Above WP toolbar */
     
    707708}
    708709.primary-navigation ul li:hover > ul,
    709 .primary-navigation ul li.a11y-focus > ul {
     710.primary-navigation ul li.focus > ul {
    710711    left: auto;
    711712}
    712713.primary-navigation ul ul li:hover > ul,
    713 .primary-navigation ul ul li.a11y-focus > ul {
     714.primary-navigation ul ul li.focus > ul {
    714715    left: 100%;
    715716}
Note: See TracChangeset for help on using the changeset viewer.