Przeglądaj źródła

82891 search result list title color

Mao 4 lat temu
rodzic
commit
0fccb63679

+ 1 - 1
packages/app/src/components/SearchPage/SearchResultListItem.tsx

@@ -108,7 +108,7 @@ const SearchResultListItem: FC<Props> = (props:Props) => {
               {/* page title */}
               <h3 className="mb-0">
                 <UserPicture user={pageData.lastUpdateUser} />
-                <span className="mx-2">{dPagePath.latter}</span>
+                <span className="mx-2 search-result-page-title">{dPagePath.latter}</span>
               </h3>
               {/* page meta */}
               <div className="d-flex mx-2">

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

@@ -605,6 +605,9 @@ body.pathname-sidebar {
             background-color: $bgcolor-search-item-active;
             border-color: $bordercolor-search-item-left-active;
           }
+          .search-result-page-title {
+            color: $color-global;
+          }
         }
       }
       .page-list-meta {