Bläddra i källkod

80388 modify code position

Yohei-Shiina 4 år sedan
förälder
incheckning
47fd75aa02
1 ändrade filer med 9 tillägg och 9 borttagningar
  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
  * react bootstrap typeahead
  */
  */
@@ -682,12 +691,3 @@ mark.rbt-highlight-text {
     width: 20px;
     width: 20px;
   }
   }
 }
 }
-
-.search-result {
-  .page-list {
-    .active {
-      background-color: $search-active-item-bgcolor;
-      border-color: $search-active-item-left-border-color;
-    }
-  }
-}