playbook_ui 14.21.0.pre.alpha.PLAY2140upgraderailsdependency8110 → 14.21.0.pre.alpha.PLAY2167advtablenitrorowborderdoubling8097

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62d1fd85a95adbd0877d0fafb8043652c3c585d26feb6138109572ad00513512
4
- data.tar.gz: 1dbc06be5519944fdc7a1caff8c3e7cff9efa505f058d5890b5a708173916cfd
3
+ metadata.gz: 5ef1dadd772247511a5e184662f4910a42947f96f61871a13877fa3c51fba3de
4
+ data.tar.gz: 45efcf4115cdbc321aeb5fa8ba8e15d4bc89858ca1d69b63164b6af195a1c064
5
5
  SHA512:
6
- metadata.gz: 22e8527f0a707b044948444679cdd130afd72e28d8d08f8d6387dc55775c47588719f518a288c673fcb03d35727b71b17ac6afc5f799a363c8a8154419b189fa
7
- data.tar.gz: 2443dcb9395c05af0d8cd88a4b47a811407c82643fee4fc5474911249b457383e495546743f9065264bef323244c314bb2a1457b475ffb3444c5cb413f66f3ae
6
+ metadata.gz: 690411950078025323daaab9520753292cfc3b7b256eb63bd0dd349d51139805deef85e7acea45323ddaaaeb4bd75900008bc5546aeb7cd9be4c0d599b2d3315
7
+ data.tar.gz: d441af64fc1d9b5be0599aed95c1fe89fe521d49a386d8afde33e48d12eb7799230ebf428c19207d5831919ec510c47d01a623e2ebe7fdb8a7ed5acff15643eb
@@ -40,7 +40,7 @@
40
40
 
41
41
  -ms-overflow-style: none !important;
42
42
  scrollbar-width: thin !important;
43
- scrollbar-color: #00000033 transparent !important;
43
+ scrollbar-color: rgb(0 0 0 / .20) transparent;
44
44
  }
45
45
 
46
46
  [id$="-span"] {
@@ -410,7 +410,6 @@
410
410
 
411
411
  // Make sure all horizontal borders use the default border color
412
412
  tr, th, td {
413
- border-top-color: $border_light !important;
414
413
  border-bottom-color: $border_light !important;
415
414
  }
416
415
 
@@ -563,7 +562,6 @@
563
562
  // Sticky Left Columns Styling
564
563
  &[class*="advanced-table-sticky-left-columns"] {
565
564
  overflow-x: scroll;
566
- @include scrollbar-styling;
567
565
  .sticky-left {
568
566
  position: sticky !important;
569
567
  z-index: 2;
@@ -583,7 +581,6 @@
583
581
  &[class*="advanced-table-responsive-scroll"] {
584
582
  overflow-x: auto;
585
583
  width: 100%;
586
- @include scrollbar-styling;
587
584
 
588
585
  // These are the responsive borders that should NOT inherit the custom color
589
586
  @include advanced-table-sticky-mixin(
@@ -633,7 +630,6 @@
633
630
 
634
631
  // Make sure all horizontal borders use the default border color in dark mode
635
632
  tr, th, td {
636
- border-top-color: $border_dark !important;
637
633
  border-bottom-color: $border_dark !important;
638
634
  }
639
635