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

git-svn-id: https://develop.svn.wordpress.org/trunk@30853 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-12-15 03:08:12 +00:00
parent 284bfd81b9
commit 34a2576fd6
1 changed files with 2 additions and 2 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,