Sfoglia il codice sorgente

fixed cursor type for CodeMirrors in toc

Zuoyuan Huang 6 anni fa
parent
commit
f56523cda9
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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 {