Editor, new DFW: fix fading out for the right sidebar in IE. Fixes #30714.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-12-15 03:09:24 +00:00
parent ee67cd96be
commit 265b83103d
4 changed files with 6 additions and 6 deletions

View File

@ -1256,7 +1256,7 @@ table.links-table {
.focus-on .wrap > h2,
.focus-on #wpfooter,
.focus-on .postbox-container,
.focus-on .postbox-container > *,
.focus-on div.updated,
.focus-on div.error,
.focus-on div.notice,
@ -1278,7 +1278,7 @@ table.links-table {
.focus-off .wrap > h2,
.focus-off #wpfooter,
.focus-off .postbox-container,
.focus-off .postbox-container > *,
.focus-off div.updated,
.focus-off div.error,
.focus-off div.notice,

View File

@ -1256,7 +1256,7 @@ table.links-table {
.focus-on .wrap > h2,
.focus-on #wpfooter,
.focus-on .postbox-container,
.focus-on .postbox-container > *,
.focus-on div.updated,
.focus-on div.error,
.focus-on div.notice,
@ -1278,7 +1278,7 @@ table.links-table {
.focus-off .wrap > h2,
.focus-off #wpfooter,
.focus-off .postbox-container,
.focus-off .postbox-container > *,
.focus-off div.updated,
.focus-off div.error,
.focus-off div.notice,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long