Parcourir la source

fixed cursor type for CodeMirrors in toc

Zuoyuan Huang il y a 6 ans
Parent
commit
f56523cda9
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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 {