playbook_ui 14.21.0.pre.alpha.hotfixscssissue8102 → 14.21.0.pre.alpha.renovatenpmtrixvulnerability8103
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 -3
- 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: c1a88083e514276d6dd5b8bdde7b720def91511e0e00c7a5a97bfad5ae2f90d5
|
4
|
+
data.tar.gz: f500e9172763c2eaab867612eaafb4bfb5af68ad76266d41804b6cad7ca381e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7459491065623fd3c4b9de6fffc88ff5124137912d54640a565bbeef387d697cde3293f8590115a1236a1c9e9c78881f4e0b247ad9011bccd213f0dcbad43e9
|
7
|
+
data.tar.gz: c631ddd41c741c58129cb4ef651ac281072147c9adad5e1c6fb2f2e8f1683b7b691df36e1267e95fde1084fa430de8640b600b77bbf6437b271e597f7e74980c
|
@@ -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"] {
|
@@ -563,7 +563,6 @@
|
|
563
563
|
// Sticky Left Columns Styling
|
564
564
|
&[class*="advanced-table-sticky-left-columns"] {
|
565
565
|
overflow-x: scroll;
|
566
|
-
@include scrollbar-styling;
|
567
566
|
.sticky-left {
|
568
567
|
position: sticky !important;
|
569
568
|
z-index: 2;
|
@@ -583,7 +582,6 @@
|
|
583
582
|
&[class*="advanced-table-responsive-scroll"] {
|
584
583
|
overflow-x: auto;
|
585
584
|
width: 100%;
|
586
|
-
@include scrollbar-styling;
|
587
585
|
|
588
586
|
// These are the responsive borders that should NOT inherit the custom color
|
589
587
|
@include advanced-table-sticky-mixin(
|