// Specific classes for the CloudCannon editor/interface. // Make things visible in CloudCannon but not the live sight… .editor-link {
display: none;
}
.cms-editor-active .editor-link {
display: block;
}
.editor-button {
display: none;
}
.cms-editor-active .editor-button {
display: inline-block;
}