Make WordPress Core

Ticket #26424: 26424.genericons.diff

File 26424.genericons.diff, 1.8 KB (added by celloexpressions, 11 years ago)

Display the menu drop-downs with Genericons for simplicity and so that they inherit colors

  • wp-content/themes/twentyfourteen/style.css

     
    34333411
    34343412        .primary-navigation .menu-item-has-children > a:after,
    34353413        .primary-navigation .page_item_has_children > a:after {
    3436                 border: 4px solid transparent;
    3437                 border-top-color: #fff;
    3438                 content: "";
    3439                 margin-top: -2px;
     3414                -webkit-font-smoothing: antialiased;
     3415                content: "\f502";
     3416                display: inline-block;
     3417                font: normal 8px/1 Genericons;
    34403418                position: absolute;
    3441                 top: 50%;
    34423419                right: 12px;
     3420                top: 22px;
     3421                vertical-align: text-bottom;
    34433422        }
    34443423
    34453424        .primary-navigation li .menu-item-has-children > a,
     
    34483427                width: 168px;
    34493428        }
    34503429
    3451         .primary-navigation .menu-item-has-children li > a:after,
    3452         .primary-navigation .page_item_has_children li > a:after {
    3453                 border-top-color: transparent;
    3454                 border-left-color: #fff;
    3455                 margin-top: -4px;
     3430        .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
     3431        .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
     3432        .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
     3433        .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
     3434                content: "\f501";
    34563435                right: 8px;
     3436                top: 20px;
    34573437        }
    34583438}
    34593439
     
    36643644        }
    36653645
    36663646        .secondary-navigation .menu-item-has-children > a:after {
    3667                 border: 4px solid transparent;
    3668                 border-left-color: #fff;
    3669                 content: "";
    3670                 margin-top: -4px;
     3647                -webkit-font-smoothing: antialiased;
     3648                content: "\f501";
     3649                display: inline-block;
     3650                font: normal 8px/1 Genericons;
    36713651                position: absolute;
    3672                 top: 50%;
    36733652                right: 26px;
     3653                top: 14px;
     3654                vertical-align: text-bottom;
    36743655        }
    36753656
    36763657        .footer-sidebar .widget,