Make WordPress Core

Changeset 39243


Ignore:
Timestamp:
11/15/2016 09:13:21 AM (8 years ago)
Author:
westonruter
Message:

Customize: Ensure edit shortcuts have same background color regardless of theme colors.

Fixes #38776.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php

    r39136 r39243  
    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}
  • trunk/src/wp-includes/css/customize-preview.css

    r39242 r39243  
    4848    font-size: 18px;
    4949    z-index: 5;
    50     background-color: #0085ba;
    51     background: #0085ba;
     50    background: #0085ba !important;
    5251    -webkit-border-radius: 50%;
    5352    border-radius: 50%;
     
    8685
    8786.customize-partial-edit-shortcut button:hover {
    88     background: #008ec2; /* matches primary buttons */
     87    background: #008ec2 !important; /* matches primary buttons */
    8988}
    9089
Note: See TracChangeset for help on using the changeset viewer.