Customize: Fix visibility of "Hide Controls" link in IE.

Amends [39214].
Props timmydcrawford.
See #32296, #38762.
Fixes #40507.

Built from https://develop.svn.wordpress.org/trunk@40510


git-svn-id: http://core.svn.wordpress.org/trunk@40386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2017-04-21 05:16:45 +00:00
parent 9c8bf59842
commit 9eb9cc40bd
6 changed files with 35 additions and 27 deletions

View File

@@ -1520,7 +1520,6 @@ body.full-overlay-active {
box-shadow: none !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
z-index: -1; /* Below device buttons */
}
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover,
@@ -1622,8 +1621,12 @@ body.full-overlay-active {
background: #eee;
}
.wp-full-overlay-footer .devices {
.wp-full-overlay-footer .devices-wrapper {
float: right;
}
.wp-full-overlay-footer .devices {
position: relative;
background: #eee;
-webkit-box-shadow: -20px 0 10px -5px #eee;
box-shadow: -20px 0 10px -5px #eee;