소스 검색

fix pagination with darkmode

REJack 4 년 전
부모
커밋
47fa82fec3
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      build/scss/_pagination.scss

+ 4 - 3
build/scss/_pagination.scss

@@ -44,16 +44,17 @@
 
 .dark-mode {
   .page-item {
+    &.disabled a,
     &.disabled .page-link {
-      background-color: lighten($dark, 2.5%);
-      border-color: $gray-600;
+      background-color: lighten($dark, 2.5%) !important;
+      border-color: $gray-600 !important;
       color: $gray-600;
     }
     &.active {
       .page-link {
         &:hover,
         &:focus {
-          color: $gray-400;
+          color: $gray-400 !important;
         }
       }
     }