Explorar el Código

fixed cursor type for CodeMirrors in toc

Zuoyuan Huang hace 6 años
padre
commit
f56523cda9
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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 {