Jiang Qinghua 3 rokov pred
rodič
commit
7dfc24f7d2

+ 3 - 3
resources/assets/dcat/sass/theme/_dark.scss

@@ -4,8 +4,8 @@ $body-dark-modal-bg: lighten($body-dark-color, 3%);
 
 @mixin dark-scrollbar($selector) {
   #{$selector}::-webkit-scrollbar {
-    width: 10px;
-    height: 10px;
+    width: 12px;
+    height: 12px;
   }
   #{$selector}::-webkit-scrollbar-track {
     background-color: $body-dark-bg;
@@ -342,7 +342,7 @@ body.dark-mode {
   }
 
   // ------ table
-  @include dark-scrollbar('.table-responsive');
+  @include dark-scrollbar('.table-responsive[data-pattern=priority-columns]');
 
   .table-wrapper {
     margin-top: 12px!important;