Make WordPress Core

Ticket #38776: 38776.1.diff

File 38776.1.diff, 1.5 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 3d623de..e58a051 100644
     
    4646        min-height: 30px;
    4747        font-size: 18px;
    4848        z-index: 5;
    49         background-color: #0085ba;
    50         background: #0085ba;
     49        background-color: #0085ba !important;
    5150        -webkit-border-radius: 50%;
    5251        border-radius: 50%;
    5352        border: 2px solid #fff;
     
    8281}
    8382
    8483.customize-partial-edit-shortcut button:hover {
    85         background: #008ec2; /* matches primary buttons */
     84        background: #008ec2 !important; /* matches primary buttons */
    8685}
    8786
    8887.customize-partial-edit-shortcut button:focus {