浏览代码

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 {