playbook_ui 14.21.0.pre.alpha.PLAY2167advtablenitrorowborderdoubling8097 → 14.21.0.pre.alpha.PLAY2167advtablenitrorowborderdoubling8109
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 +3 -1
- 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: a47c93819fefe4d67cffed0ec533170a271a899d806d3356bdaf72e38a178c61
|
4
|
+
data.tar.gz: 21ef0aea96941e667f522c45e5c5a83e6fb1c64421eeb1e18c417d67e6e2efdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 335a2e0d8c6419b6e370d81515a7c933dfbff2812c0f87afd9e0e364d606ef3902465efdba70264eb89e4fb13b4cacd90ccd27a60abed9b4b057231dd07bb4cc
|
7
|
+
data.tar.gz: baff91b946c8823364fd1d88c460f4670444a3699ac7a3b9509fe2e9915767cf9aa3de02b36b537611124dafb307714df07ef26dff5e5f801d8c473638f609c6
|
@@ -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: #00000033 transparent !important;
|
44
44
|
}
|
45
45
|
|
46
46
|
[id$="-span"] {
|
@@ -562,6 +562,7 @@
|
|
562
562
|
// Sticky Left Columns Styling
|
563
563
|
&[class*="advanced-table-sticky-left-columns"] {
|
564
564
|
overflow-x: scroll;
|
565
|
+
@include scrollbar-styling;
|
565
566
|
.sticky-left {
|
566
567
|
position: sticky !important;
|
567
568
|
z-index: 2;
|
@@ -581,6 +582,7 @@
|
|
581
582
|
&[class*="advanced-table-responsive-scroll"] {
|
582
583
|
overflow-x: auto;
|
583
584
|
width: 100%;
|
585
|
+
@include scrollbar-styling;
|
584
586
|
|
585
587
|
// These are the responsive borders that should NOT inherit the custom color
|
586
588
|
@include advanced-table-sticky-mixin(
|