Browse Source

fixed cursor type for CodeMirrors in toc

Zuoyuan Huang 6 năm trước cách đây
mục cha
commit
f56523cda9
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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 {