Make WordPress Core


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

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

Fixes #38776.

File:
1 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}
Note: See TracChangeset for help on using the changeset viewer.