Make WordPress Core


Ignore:
Timestamp:
11/04/2016 01:47:56 AM (8 years ago)
Author:
westonruter
Message:

Customize: Use button with svg as click target instead of :before content, improving clickability of edit shortcuts in Firefox.

Props sirbrillig, celloexpressions, delawski.
See #38532.

File:
1 edited

Legend:

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

    r38999 r39136  
    318318.colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover,
    319319.colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus,
    320 .colors-custom .customize-partial-edit-shortcut:before {
     320.colors-custom .customize-partial-edit-shortcut button {
    321321    background: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 46% ); /* base: #767676; */
    322322}
Note: See TracChangeset for help on using the changeset viewer.