소스 검색

80388 modify code position

Yohei-Shiina 4 년 전
부모
커밋
47fd75aa02
1개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 9 9
      packages/app/src/styles/theme/_apply-colors.scss

+ 9 - 9
packages/app/src/styles/theme/_apply-colors.scss

@@ -610,6 +610,15 @@ body.pathname-sidebar {
   }
 }
 
+.search-result {
+  .page-list {
+    .active {
+      background-color: $search-active-item-bgcolor;
+      border-color: $search-active-item-left-border-color;
+    }
+  }
+}
+
 /*
  * react bootstrap typeahead
  */
@@ -682,12 +691,3 @@ mark.rbt-highlight-text {
     width: 20px;
   }
 }
-
-.search-result {
-  .page-list {
-    .active {
-      background-color: $search-active-item-bgcolor;
-      border-color: $search-active-item-left-border-color;
-    }
-  }
-}