소스 검색

fixed cursor type for CodeMirrors in toc

Zuoyuan Huang 6 년 전
부모
커밋
f56523cda9
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      packages/toc/style/index.css

+ 5 - 0
packages/toc/style/index.css

@@ -285,6 +285,11 @@
 
 .cm-toc .CodeMirror-line {
   white-space: pre-wrap;
+  cursor: pointer;
+}
+
+.cm-toc .CodeMirror-lines {
+  cursor: pointer;
 }
 
 .toc-tag-dropdown {