Make WordPress Core

Ticket #29976: 29976.patch

File 29976.patch, 896 bytes (added by nhuja, 9 years ago)
  • src/wp-content/themes/twentyfifteen/inc/customizer.php

     
    521521                        background-color: %12$s;
    522522                }
    523523
     524                /* Sidebar Menu Drop Down Arrow and Widget Title Color */
     525                .dropdown-toggle:after,
     526                .widget,
     527                .widget-title,
     528                .widget blockquote cite,
     529                .widget blockquote small {
     530                        color: %9$s;
     531                }
     532
    524533                @media screen and (min-width: 38.75em) {
    525534                        /* Main Text Color */
    526535                        .page-header {
     
    559568                                background-color: %8$s;
    560569                        }
    561570
    562                         .secondary a,
    563                         .dropdown-toggle:after,
    564                         .widget-title,
    565                         .widget blockquote cite,
    566                         .widget blockquote small {
    567                                 color: %8$s;
    568                         }
    569 
    570571                        .dropdown-toggle:focus {
    571572                                outline-color: %8$s;
    572573                        }