Make WordPress Core

Ticket #38776: 38776.0.diff

File 38776.0.diff, 1.2 KB (added by westonruter, 8 years ago)
  • src/wp-content/themes/twentyseventeen/inc/color-patterns.php

    diff --git src/wp-content/themes/twentyseventeen/inc/color-patterns.php src/wp-content/themes/twentyseventeen/inc/color-patterns.php
    index 0a20a03..c3913e1 100644
    body.colors-custom, 
    316316.colors-custom .next.page-numbers:focus,
    317317.colors-custom .next.page-numbers:hover,
    318318.colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover,
    319 .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus,
    320 .colors-custom .customize-partial-edit-shortcut button {
     319.colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus {
    321320        background: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 46% ); /* base: #767676; */
    322321}
    323322
  • src/wp-includes/css/customize-preview.css

    diff --git src/wp-includes/css/customize-preview.css src/wp-includes/css/customize-preview.css
    index c72675e..78fca64 100644
     
    5252        min-height: 30px;
    5353        font-size: 18px;
    5454        z-index: 5;
    55         background-color: #0085ba;
    56         background: #0085ba;
     55        background-color: #0085ba !important;
    5756        -webkit-border-radius: 50%;
    5857        border-radius: 50%;
    5958        border: 2px solid #fff;