Make WordPress Core

Ticket #38776: 38776.2.remove-2017-rules.diff

File 38776.2.remove-2017-rules.diff, 1.0 KB (added by westonruter, 8 years ago)
  • src/wp-content/themes/twentyseventeen/style.css

    diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
    index 1610482..304baad 100644
    object { 
    29812981        left: 30px;
    29822982}
    29832983
    2984 /* Prevent color schemes from showing 1px dots everywhere. */
    2985 .customize-partial-edit-shortcut {
    2986         background: transparent !important;
    2987 }
    2988 
    29892984/* Ensure that placeholder icons are visible. */
    29902985.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
    29912986        visibility: visible;
    29922987}
    29932988
    2994 /* Prevent icon colors from clashing with color schemes. */
    2995 .colors-custom .customize-partial-edit-shortcut button {
    2996         text-shadow: 0 -1px 1px rgba(0,0,0,.2),
    2997                      1px 0 1px rgba(0,0,0,.2),
    2998                      0 1px 1px rgba(0,0,0,.2),
    2999                     -1px 0 1px rgba(0,0,0,.2);
    3000 }
    3001 
    30022989/*--------------------------------------------------------------
    3003299018.0 SVGs Fallbacks
    30042991--------------------------------------------------------------*/