Shun Miyazawa před 11 měsíci
rodič
revize
ea33bf6542

+ 11 - 0
packages/editor/src/client/components-internal/CodeMirrorEditor/CodeMirrorEditor.module.scss

@@ -39,6 +39,17 @@
       font-size: 1.2em;
     }
 
+    // @codemirror/merge style
+    .cm-chunkButtons {
+      button[name="reject"] {
+        font-size: 0;
+        &::after {
+          font-size: 16px;
+          content: 'Discard'
+        }
+      }
+    }
+
   }
 
 }