mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 07:05:37 +01:00
Twenty Seventeen: Add .has-header-video
styles for custom color schemes.
Following [39413], this adds `.has-header-video` style definitions in `/inc/custom-header.php` to support custom color schemes. Props laurelfulford. Fixes #38995 for 4.7. Built from https://develop.svn.wordpress.org/branches/4.7@39416 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d81e03da4e
commit
f57ee7c1f1
@ -87,14 +87,20 @@ function twentyseventeen_header_style() {
|
|||||||
.colors-dark .site-title a,
|
.colors-dark .site-title a,
|
||||||
.colors-custom .site-title a,
|
.colors-custom .site-title a,
|
||||||
body.has-header-image .site-title a,
|
body.has-header-image .site-title a,
|
||||||
|
body.has-header-video .site-title a,
|
||||||
body.has-header-image.colors-dark .site-title a,
|
body.has-header-image.colors-dark .site-title a,
|
||||||
|
body.has-header-video.colors-dark .site-title a,
|
||||||
body.has-header-image.colors-custom .site-title a,
|
body.has-header-image.colors-custom .site-title a,
|
||||||
|
body.has-header-video.colors-custom .site-title a,
|
||||||
.site-description,
|
.site-description,
|
||||||
.colors-dark .site-description,
|
.colors-dark .site-description,
|
||||||
.colors-custom .site-description,
|
.colors-custom .site-description,
|
||||||
body.has-header-image .site-description,
|
body.has-header-image .site-description,
|
||||||
|
body.has-header-video .site-description,
|
||||||
body.has-header-image.colors-dark .site-description,
|
body.has-header-image.colors-dark .site-description,
|
||||||
body.has-header-image.colors-custom .site-description {
|
body.has-header-video.colors-dark .site-description,
|
||||||
|
body.has-header-image.colors-custom .site-description,
|
||||||
|
body.has-header-video.colors-custom .site-description {
|
||||||
color: #<?php echo esc_attr( $header_text_color ); ?>;
|
color: #<?php echo esc_attr( $header_text_color ); ?>;
|
||||||
}
|
}
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.7-RC1-39414';
|
$wp_version = '4.7-RC1-39416';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user