Make WordPress Core


Ignore:
Timestamp:
02/14/2019 12:25:41 AM (8 years ago)
Author:
peterwilsoncc
Message:

Twenty Nineteen: Revert [44739] from the 5.1 branch.

Reverts block quote style changes intended for a later release.

See #46239.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1/src/wp-content/themes/twentynineteen/inc/color-patterns.php

    r44739 r44743  
    133133
    134134                /*
    135                  * Set border color for:
     135                 * Set left border color for:
    136136                 * wp block quote
    137                  * :focus
    138137                 */
    139138                blockquote,
    140139                .entry .entry-content blockquote,
    141140                .entry .entry-content .wp-block-quote:not(.is-large),
    142                 .entry .entry-content .wp-block-quote:not(.is-style-large),
     141                .entry .entry-content .wp-block-quote:not(.is-style-large) {
     142                        border-left-color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */
     143                }
     144
     145                /*
     146                 * Set border color for:
     147                 * :focus
     148                 */
    143149                input[type="text"]:focus,
    144150                input[type="email"]:focus,
     
    226232                .editor-block-list__layout .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large),
    227233                .editor-styles-wrapper .editor-block-list__layout .wp-block-freeform blockquote {
    228                         border-color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */
     234                        border-left: 2px solid hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */
    229235                }
    230236
Note: See TracChangeset for help on using the changeset viewer.