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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user