kawasaki hirotsugu 7 лет назад
Родитель
Сommit
cddf37144e
1 измененных файлов с 7 добавлено и 4 удалено
  1. 7 4
      resource/styles/scss/_on-edit.scss

+ 7 - 4
resource/styles/scss/_on-edit.scss

@@ -96,9 +96,12 @@ body.on-edit {
         // left(editor)
         .page-editor-editor-container {
           height: calc(100vh - #{$header-plus-footer});
-        .add-icon .CodeMirror-cursor &:after {
-          font-family: 'FontAwesome';
-          content: '\f0ce';
+        }
+        .add-icon .CodeMirror-cursor {
+          &:after {
+            font-family: 'FontAwesome';
+            content: '\f0ce';
+          }
         }
         .react-codemirror2, .CodeMirror, .CodeMirror-scroll {
           height: calc(100vh - #{$editor-margin});
@@ -108,7 +111,7 @@ body.on-edit {
           }
         }
       }
-      }
+
 
       .page-editor-footer {
         width: 100%;