mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Updating Twenty Nineteen, our new default theme for 2019, set for 5.0.
This update changes the following: - Fixes link colors within solid-color pullquote blocks. Props kjellr, xkon. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1cf66057f6
commit
691a74fe55
@ -397,6 +397,7 @@
|
||||
margin-left: $size__spacing-unit;
|
||||
|
||||
&.has-text-color p,
|
||||
&.has-text-color a,
|
||||
&.has-primary-color,
|
||||
&.has-secondary-color,
|
||||
&.has-dark-gray-color,
|
||||
|
@ -460,7 +460,9 @@ figcaption,
|
||||
max-width: calc( 100% - (2 * 1rem));
|
||||
}
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p {
|
||||
.wp-block-pullquote.is-style-solid-color blockquote a,
|
||||
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
|
||||
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
@ -464,7 +464,9 @@ figcaption,
|
||||
width: calc(100% - (2 * #{ $size__spacing-unit}));
|
||||
max-width: calc( 100% - (2 * #{ $size__spacing-unit}));
|
||||
|
||||
&.has-text-color p {
|
||||
a,
|
||||
&.has-text-color p,
|
||||
&.has-text-color a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
@ -3833,7 +3833,8 @@ body.page .main-navigation {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.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 {
|
||||
.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-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 {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
@ -3845,7 +3845,8 @@ body.page .main-navigation {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.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 {
|
||||
.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-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 {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user