Yohei-Shiina 4 лет назад
Родитель
Сommit
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;
-    }
-  }
-}