Customize: Remove selective refresh error message from appearing inline within the preview.

The error message will still be available in the developer console.

Removes part of [36586].
See #27355.
Fixes #36164.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2016-03-09 04:37:28 +00:00
parent e11fd98ec6
commit d27ae61355
6 changed files with 3 additions and 21 deletions

View File

@@ -10,12 +10,3 @@
-webkit-box-shadow: none;
box-shadow: none;
}
.customize-render-content-error {
outline: solid 1px red;
}
.customize-render-content-error-message {
display: block;
padding: 1em;
background-color: #FFCCCC;
}