Преглед на файлове

Merge pull request #2281 from weseek/imprv/future-haloween-final-fix

Imprv/future haloween final fix
Yuki Takei преди 6 години
родител
ревизия
fe7a299b66
променени са 2 файла, в които са добавени 4 реда и са изтрити 6 реда
  1. 3 5
      src/client/js/components/Admin/Notification/ManageGlobalNotification.jsx
  2. 1 1
      src/client/styles/scss/theme/future.scss

+ 3 - 5
src/client/js/components/Admin/Notification/ManageGlobalNotification.jsx

@@ -101,11 +101,9 @@ class ManageGlobalNotification extends React.Component {
       <React.Fragment>
 
         <div className="my-3">
-          <a href="/admin/notification#global-notification">
-            <button type="button" className="btn page-link text-dark d-inline-block">
-              <i className="icon-fw ti-arrow-left" aria-hidden="true"></i>
-              {t('notification_setting.back_to_list')}
-            </button>
+          <a href="/admin/notification#global-notification" className="btn btn-outline-secondary">
+            <i className="icon-fw ti-arrow-left" aria-hidden="true"></i>
+            {t('notification_setting.back_to_list')}
           </a>
         </div>
 

+ 1 - 1
src/client/styles/scss/theme/future.scss

@@ -79,7 +79,7 @@ html[dark] {
   // headers
   @for $i from 1 through 6 {
     h#{$i} {
-      color: $color-header;
+      color: white;
     }
   }