diff --git a/docs/public/editor/index.html b/docs/public/editor/index.html
index 6c51052522d..bcbe86ffc0a 100644
--- a/docs/public/editor/index.html
+++ b/docs/public/editor/index.html
@@ -182,22 +182,6 @@
transform: translateX(14px);
}
-/* Copy feedback toast */
-.copy-feedback {
- position: fixed;
- bottom: 24px;
- right: 24px;
- z-index: 50;
- opacity: 0;
- transform: translateY(8px);
- transition: opacity 200ms ease, transform 200ms ease;
- pointer-events: none;
-}
-.copy-feedback.show {
- opacity: 1;
- transform: translateY(0);
-}
-
/* Responsive */
@media (max-width: 767px) {
.panels-container { flex-direction: column !important; }
@@ -249,14 +233,6 @@
Compile
-
-