|
@@ -184,13 +184,16 @@ body.on-edit {
|
|
|
.autoformat-markdown-table-activated .CodeMirror-cursor {
|
|
.autoformat-markdown-table-activated .CodeMirror-cursor {
|
|
|
&:after {
|
|
&:after {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- top: -16px;
|
|
|
|
|
- left: 5px;
|
|
|
|
|
|
|
+ top: -1.1em;
|
|
|
|
|
+ left: 0.3em;
|
|
|
display: block;
|
|
display: block;
|
|
|
- width: 14px;
|
|
|
|
|
- height: 14px;
|
|
|
|
|
|
|
+ width: 1em;
|
|
|
|
|
+ height: 1em;
|
|
|
content: ' ';
|
|
content: ' ';
|
|
|
|
|
+
|
|
|
background-image: url(/images/icons/editor/table.svg);
|
|
background-image: url(/images/icons/editor/table.svg);
|
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
+ background-size: 1em;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|