소스 검색

fix styles

Shun Miyazawa 1 년 전
부모
커밋
ea33bf6542
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      packages/editor/src/client/components-internal/CodeMirrorEditor/CodeMirrorEditor.module.scss

+ 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'
+        }
+      }
+    }
+
   }
 
 }