Browse Source

GW 77739 add styling

Mao 4 years ago
parent
commit
a126edab52

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

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

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

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