- Timestamp:
- 02/14/2019 12:25:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1/src/wp-content/themes/twentynineteen/inc/color-patterns.php
r44739 r44743 133 133 134 134 /* 135 * Set border color for:135 * Set left border color for: 136 136 * wp block quote 137 * :focus138 137 */ 139 138 blockquote, 140 139 .entry .entry-content blockquote, 141 140 .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 */ 143 149 input[type="text"]:focus, 144 150 input[type="email"]:focus, … … 226 232 .editor-block-list__layout .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large), 227 233 .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; */ 229 235 } 230 236
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)