Mao 4 лет назад
Родитель
Сommit
3eabb77ed6

+ 1 - 1
packages/app/src/components/SearchPage/DeleteAllButton.jsx

@@ -22,7 +22,7 @@ const DeleteAllButton = (props) => {
             }
             }
           }}
           }}
         />
         />
-        <span className="search-delete-selected-button font-weight-light">
+        <span className="search-delete-selected-button text-danger font-weight-light">
           <i className="icon-trash ml-3"></i>
           <i className="icon-trash ml-3"></i>
           {t('search_result.delete_all_selected_page')}
           {t('search_result.delete_all_selected_page')}
         </span>
         </span>

+ 0 - 1
packages/app/src/components/SearchPage/SearchResult.jsx

@@ -9,7 +9,6 @@ import SearchResultList from './SearchResultList';
 import DeletePageListModal from './DeletePageListModal';
 import DeletePageListModal from './DeletePageListModal';
 import AppContainer from '~/client/services/AppContainer';
 import AppContainer from '~/client/services/AppContainer';
 import { withUnstatedContainers } from '../UnstatedUtils';
 import { withUnstatedContainers } from '../UnstatedUtils';
-import IncludeSpecificPathButton from './IncludeSpecificPathButton';
 
 
 class SearchResult extends React.Component {
 class SearchResult extends React.Component {
 
 

+ 0 - 1
packages/app/src/styles/_search.scss

@@ -156,7 +156,6 @@
 }
 }
 
 
 .search-delete-selected-button {
 .search-delete-selected-button {
-  color: $danger;
   opacity: 0.7;
   opacity: 0.7;
 }
 }