Changeset 43928
- Timestamp:
- 11/21/2018 10:29:55 PM (5 years ago)
- Location:
- branches/5.0/src/wp-content/themes/twentynineteen
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r43909 r43928 398 398 399 399 &.has-text-color p, 400 &.has-text-color a, 400 401 &.has-primary-color, 401 402 &.has-secondary-color, -
branches/5.0/src/wp-content/themes/twentynineteen/style-editor.css
r43909 r43928 461 461 } 462 462 463 .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p { 463 .wp-block-pullquote.is-style-solid-color blockquote a, 464 .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, 465 .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a { 464 466 color: inherit; 465 467 } -
branches/5.0/src/wp-content/themes/twentynineteen/style-editor.scss
r43909 r43928 465 465 max-width: calc( 100% - (2 * #{ $size__spacing-unit})); 466 466 467 &.has-text-color p { 467 a, 468 &.has-text-color p, 469 &.has-text-color a { 468 470 color: inherit; 469 471 } -
branches/5.0/src/wp-content/themes/twentynineteen/style-rtl.css
r43927 r43928 3834 3834 } 3835 3835 3836 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color { 3836 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, 3837 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color { 3837 3838 color: inherit; 3838 3839 } -
branches/5.0/src/wp-content/themes/twentynineteen/style.css
r43927 r43928 3846 3846 } 3847 3847 3848 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color { 3848 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, 3849 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color { 3849 3850 color: inherit; 3850 3851 }
Note: See TracChangeset
for help on using the changeset viewer.