Twenty Seventeen: Fixes unexpected behaviour of scroll down arrow
This ensures the arrorw disappears once the top menu sticks. Props LittleBigThing, davidakennedy Fixes #38555 Built from https://develop.svn.wordpress.org/trunk@39004 git-svn-id: http://core.svn.wordpress.org/trunk@38946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9da43bc2c8
commit
67bd634b69
|
@ -3519,7 +3519,7 @@ object {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.site-navigation-fixed.site-header.menu-scroll-down {
|
||||
.site-header .site-navigation-fixed .menu-scroll-down {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-beta1-39003';
|
||||
$wp_version = '4.7-beta1-39004';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue