소스 검색

Remove style

https://youtrack.weseek.co.jp/issue/GW-7837
- Remove unused scss file
Mudana-Grune 3 년 전
부모
커밋
7b0408fb29
2개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. 0 17
      packages/app/src/styles/_bookmark-list.scss
  2. 0 1
      packages/app/src/styles/style-app.scss

+ 0 - 17
packages/app/src/styles/_bookmark-list.scss

@@ -1,17 +0,0 @@
-.grw-bookmarks-list{
-  .list-group-item {
-    .grw-visible-on-hover {
-      display: none;
-    }
-
-    &:hover {
-      .grw-visible-on-hover {
-        display: block;
-      }
-
-      .grw-count-badge {
-        display: none;
-      }
-    }
-  }
-}

+ 0 - 1
packages/app/src/styles/style-app.scss

@@ -60,7 +60,6 @@
 @import 'page-accessories-modal';
 @import 'page-path';
 @import 'page-tree';
-@import 'bookmark-list';
 @import 'page';
 @import 'page-presentation';
 @import 'page-history';