|
|
@@ -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;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|