Yuki Takei 5 лет назад
Родитель
Сommit
f9a604d164
1 измененных файлов с 0 добавлено и 37 удалено
  1. 0 37
      src/client/styles/scss/_on-edit.scss

+ 0 - 37
src/client/styles/scss/_on-edit.scss

@@ -101,43 +101,6 @@ body.on-edit {
     padding-bottom: 0;
   }
 
-  // .row.grw-subnav {
-  //   $left-margin: $grw-nav-main-left-tab-width * 2 + 25px; // width of .grw-nav-main-left-tab x 2 + some margin
-  //   $right-margin: 128px + 94px + 46px; //                    width of all of grw-nav-main-right-tab
-
-  //   position: absolute;
-  //   left: $left-margin;
-  //   z-index: 7; // forward than .CodeMirror-vscrollbar
-  //   width: calc(100% - #{$left-margin} - #{$right-margin});
-  //   padding-top: 3px;
-  //   pointer-events: none; // disable pointer-events because it becomes an obstacle
-
-  //   background: none;
-
-  //   > .grw-subnav-container {
-  //     width: 100%; //   for crowi layout
-  //     padding: 0; //    for crowi layout
-  //     pointer-events: initial; // enable pointer-events
-  //   }
-  // }
-
-  // .grw-page-path-nav-for-edit {
-  //   position: absolute;
-
-  //   .grw-page-path-link {
-  //     font-size: 20px;
-  //     line-height: 1em;
-  //   }
-  //   .separator {
-  //     margin-right: 0.1em;
-  //     margin-left: 0.1em;
-  //   }
-  // }
-
-  // .tag-labels {
-  //   line-height: 1em;
-  // }
-
   .grw-editor-navbar-bottom {
     height: $grw-editor-navbar-bottom-height;