Ver Fonte

fixed cursor type for CodeMirrors in toc

Zuoyuan Huang há 6 anos atrás
pai
commit
f56523cda9
1 ficheiros alterados com 5 adições e 0 exclusões
  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 {