Make WordPress Core

Changeset 39285


Ignore:
Timestamp:
11/18/2016 05:22:00 AM (7 years ago)
Author:
westonruter
Message:

Customize: Remove obsolete edit shortcut style rules from Twenty Seventeen.

Props celloexpressions.
Fixes #38776.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/style.css

    r39273 r39285  
    30083008}
    30093009
    3010 /* Prevent color schemes from showing 1px dots everywhere. */
    3011 .customize-partial-edit-shortcut {
    3012     background: transparent !important;
    3013 }
    3014 
    30153010/* Ensure that placeholder icons are visible. */
    30163011.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
    30173012    visibility: visible;
    3018 }
    3019 
    3020 /* Prevent icon colors from clashing with color schemes. */
    3021 .colors-custom .customize-partial-edit-shortcut button {
    3022     text-shadow: 0 -1px 1px rgba(0,0,0,.2),
    3023                  1px 0 1px rgba(0,0,0,.2),
    3024                  0 1px 1px rgba(0,0,0,.2),
    3025                 -1px 0 1px rgba(0,0,0,.2);
    30263013}
    30273014
Note: See TracChangeset for help on using the changeset viewer.