Customize: Fix visibility of overlay notifications in Safari.
Props sayedwp, westonruter. Amends [41390]. See #35210, #42024, #42052. Built from https://develop.svn.wordpress.org/trunk@41919 git-svn-id: http://core.svn.wordpress.org/trunk@41753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4cb1026757
commit
9cb9695104
|
@ -1189,9 +1189,9 @@ p.customize-section-description {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
#customize-controls #customize-notifications-area,
|
||||
#customize-controls .customize-section-title > .customize-control-notifications-container,
|
||||
#customize-controls .panel-meta > .customize-control-notifications-container {
|
||||
#customize-controls #customize-notifications-area:not(.has-overlay-notifications),
|
||||
#customize-controls .customize-section-title > .customize-control-notifications-container:not(.has-overlay-notifications),
|
||||
#customize-controls .panel-meta > .customize-control-notifications-container:not(.has-overlay-notifications) {
|
||||
max-height: 210px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1189,9 +1189,9 @@ p.customize-section-description {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
#customize-controls #customize-notifications-area,
|
||||
#customize-controls .customize-section-title > .customize-control-notifications-container,
|
||||
#customize-controls .panel-meta > .customize-control-notifications-container {
|
||||
#customize-controls #customize-notifications-area:not(.has-overlay-notifications),
|
||||
#customize-controls .customize-section-title > .customize-control-notifications-container:not(.has-overlay-notifications),
|
||||
#customize-controls .panel-meta > .customize-control-notifications-container:not(.has-overlay-notifications) {
|
||||
max-height: 210px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-beta2-41918';
|
||||
$wp_version = '4.9-beta2-41919';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue