Ticket #46239: 46239.patch
| File 46239.patch, 4.0 KB (added by , 8 years ago) |
|---|
-
src/wp-content/themes/twentynineteen/inc/color-patterns.php
132 132 } 133 133 134 134 /* 135 * Set leftborder color for:135 * Set border color for: 136 136 * wp block quote 137 * :focus 137 138 */ 138 139 blockquote, 139 140 .entry .entry-content blockquote, 140 141 .entry .entry-content .wp-block-quote:not(.is-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 */ 142 .entry .entry-content .wp-block-quote:not(.is-style-large), 149 143 input[type="text"]:focus, 150 144 input[type="email"]:focus, 151 145 input[type="url"]:focus, … … 231 225 232 226 .editor-block-list__layout .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large), 233 227 .editor-styles-wrapper .editor-block-list__layout .wp-block-freeform blockquote { 234 border- left: 2px solidhsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */228 border-color: hsl( ' . $primary_color . ', ' . $saturation . ', ' . $lightness . ' ); /* base: #0073a8; */ 235 229 } 236 230 237 231 .editor-block-list__layout .editor-block-list__block .wp-block-pullquote.is-style-solid-color:not(.has-background-color) { -
src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
452 452 453 453 &:not(.is-large), 454 454 &:not(.is-style-large) { 455 border-left: 2px solid $color__link; 455 border-width: 2px; 456 border-color: $color__link; 456 457 padding-top: 0; 457 458 padding-bottom: 0; 458 459 } -
src/wp-content/themes/twentynineteen/style-editor.css
940 940 941 941 /** === Blockquote === */ 942 942 .wp-block-quote:not(.is-large):not(.is-style-large) { 943 border-left: 2px solid #0073aa; 943 border-width: 2px; 944 border-color: #0073aa; 944 945 } 945 946 946 947 .wp-block-quote.is-large, .wp-block-quote.is-style-large { -
src/wp-content/themes/twentynineteen/style-editor.scss
391 391 .wp-block-quote { 392 392 393 393 &:not(.is-large):not(.is-style-large) { 394 border-left: 2px solid $color__link; 394 border-width: 2px; 395 border-color: $color__link; 395 396 } 396 397 397 398 &.is-large, -
src/wp-content/themes/twentynineteen/style-rtl.css
5477 5651 } 5478 5652 5479 5653 .entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) { 5480 border-right: 2px solid #0073aa; 5654 border-width: 2px; 5655 border-color: #0073aa; 5481 5656 padding-top: 0; 5482 5657 padding-bottom: 0; 5483 5658 } -
src/wp-content/themes/twentynineteen/style.css
5663 5663 } 5664 5664 5665 5665 .entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) { 5666 border-left: 2px solid #0073aa; 5666 border-width: 2px; 5667 border-color: #0073aa; 5667 5668 padding-top: 0; 5668 5669 padding-bottom: 0; 5669 5670 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)