|
|
@@ -43,34 +43,27 @@
|
|
|
border-right: 1px solid transparent;
|
|
|
|
|
|
// add icon on cursor
|
|
|
- .markdown-table-activated,
|
|
|
- .markdown-link-activated {
|
|
|
- .CodeMirror-cursor {
|
|
|
- &::after {
|
|
|
- position: relative;
|
|
|
- top: -1.1em;
|
|
|
- left: 0.3em;
|
|
|
- display: block;
|
|
|
- width: 1em;
|
|
|
- height: 1em;
|
|
|
- content: ' ';
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: 1em;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .markdown-table-activated .CodeMirror-cursor {
|
|
|
- &::after {
|
|
|
- background-image: url('/images/icons/editor/table.svg');
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .markdown-link-activated .CodeMirror-cursor {
|
|
|
- &::after {
|
|
|
- background-image: url('/images/icons/editor/link.svg');
|
|
|
- }
|
|
|
- }
|
|
|
+ // .markdown-link-activated {
|
|
|
+ // .CodeMirror-cursor {
|
|
|
+ // &::after {
|
|
|
+ // position: relative;
|
|
|
+ // top: -1.1em;
|
|
|
+ // left: 0.3em;
|
|
|
+ // display: block;
|
|
|
+ // width: 1em;
|
|
|
+ // height: 1em;
|
|
|
+ // content: ' ';
|
|
|
+ // background-repeat: no-repeat;
|
|
|
+ // background-size: 1em;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .markdown-link-activated .CodeMirror-cursor {
|
|
|
+ // &::after {
|
|
|
+ // background-image: url('/images/icons/editor/link.svg');
|
|
|
+ // }
|
|
|
+ // }
|
|
|
|
|
|
}
|
|
|
|