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 +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +1 -5
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ef1dadd772247511a5e184662f4910a42947f96f61871a13877fa3c51fba3de
|
4
|
+
data.tar.gz: 45efcf4115cdbc321aeb5fa8ba8e15d4bc89858ca1d69b63164b6af195a1c064
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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
|
|