yummy-guide-generic-administrate 0.8.5 → 0.8.6
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b201b9ad904f19a38e703ba6b06594b521bd1cf417a4918d624cc5b7d7e2582e
|
|
4
|
+
data.tar.gz: 07ff0f3761759c7d35241aed078f9cf6d5ed2842931dcd2d8285efda27f29b8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 819fb81ffa451dc7d9cbeca62d0770e10e3092b57d65f556e37f5d69410d4ab128d35c32e627dbeb08014e5de844a2c414e80f8249dfd945f912cab119fa219d
|
|
7
|
+
data.tar.gz: df08fcc9375a733bf37dc2f88ac542e6f58953b12468e7d5011de07a4295159ee412e8ef31f610493f98dbffeff13e77f7db60be904a3ff82bc627e65d117d1d
|
|
@@ -558,6 +558,71 @@ td.cell-data:hover .admin-copy-cell__button:not([disabled]),
|
|
|
558
558
|
.home-table td.sticky-left-mobile--last {
|
|
559
559
|
box-shadow: 6px 0 8px -8px rgba(0, 0, 0, 0.35);
|
|
560
560
|
}
|
|
561
|
+
|
|
562
|
+
.scroll-table[data-css-sticky-table] table[data-fixed-columns-count] > thead th,
|
|
563
|
+
.sticky-table-scroll[data-css-sticky-table] table[data-fixed-columns-count] > thead th,
|
|
564
|
+
.home-table__wrapper[data-css-sticky-table] table[data-fixed-columns-count] > thead th,
|
|
565
|
+
.table-wrap[data-css-sticky-table] table[data-fixed-columns-count] > thead th,
|
|
566
|
+
.af__table__content[data-css-sticky-table] table[data-fixed-columns-count] > thead th {
|
|
567
|
+
position: sticky;
|
|
568
|
+
top: 0;
|
|
569
|
+
z-index: 2;
|
|
570
|
+
background-color: #121012;
|
|
571
|
+
color: #fff;
|
|
572
|
+
background-clip: padding-box;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.scroll-table[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile,
|
|
576
|
+
.scroll-table[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile,
|
|
577
|
+
.sticky-table-scroll[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile,
|
|
578
|
+
.sticky-table-scroll[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile,
|
|
579
|
+
.home-table__wrapper[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile,
|
|
580
|
+
.home-table__wrapper[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile,
|
|
581
|
+
.table-wrap[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile,
|
|
582
|
+
.table-wrap[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile,
|
|
583
|
+
.af__table__content[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile,
|
|
584
|
+
.af__table__content[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile {
|
|
585
|
+
position: sticky;
|
|
586
|
+
left: var(--sticky-mobile-left, 0);
|
|
587
|
+
box-sizing: border-box;
|
|
588
|
+
width: var(--sticky-mobile-width, auto);
|
|
589
|
+
min-width: var(--sticky-mobile-width, auto);
|
|
590
|
+
max-width: var(--sticky-mobile-width, none);
|
|
591
|
+
background-clip: padding-box;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.scroll-table[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile,
|
|
595
|
+
.sticky-table-scroll[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile,
|
|
596
|
+
.home-table__wrapper[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile,
|
|
597
|
+
.table-wrap[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile,
|
|
598
|
+
.af__table__content[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile {
|
|
599
|
+
top: 0;
|
|
600
|
+
z-index: 4;
|
|
601
|
+
background-color: #121012;
|
|
602
|
+
color: #fff;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.scroll-table[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile,
|
|
606
|
+
.sticky-table-scroll[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile,
|
|
607
|
+
.home-table__wrapper[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile,
|
|
608
|
+
.table-wrap[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile,
|
|
609
|
+
.af__table__content[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile {
|
|
610
|
+
z-index: 3;
|
|
611
|
+
background-color: var(--sticky-cell-background, #fff);
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.scroll-table[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile--last,
|
|
615
|
+
.scroll-table[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile--last,
|
|
616
|
+
.sticky-table-scroll[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile--last,
|
|
617
|
+
.sticky-table-scroll[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile--last,
|
|
618
|
+
.home-table__wrapper[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile--last,
|
|
619
|
+
.home-table__wrapper[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile--last,
|
|
620
|
+
.table-wrap[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile--last,
|
|
621
|
+
.table-wrap[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile--last,
|
|
622
|
+
.af__table__content[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile--last,
|
|
623
|
+
.af__table__content[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile--last {
|
|
624
|
+
box-shadow: 6px 0 8px -8px rgba(0, 0, 0, 0.35);
|
|
625
|
+
}
|
|
561
626
|
}
|
|
562
627
|
|
|
563
628
|
.scroll-table table th.sticky,
|
|
@@ -125,6 +125,9 @@ RSpec.describe "column resizer assets" do
|
|
|
125
125
|
expect(components_source).to include("th.sticky.actions-column")
|
|
126
126
|
expect(components_source).to include("td.sticky.actions-column")
|
|
127
127
|
expect(components_source).to include(".scroll-table[data-css-sticky-table] table > thead th")
|
|
128
|
+
expect(components_source).to include(".scroll-table[data-css-sticky-table] table[data-fixed-columns-count] > thead th")
|
|
129
|
+
expect(components_source).to include(".scroll-table[data-css-sticky-table] table[data-mobile-fixed-columns-count] th.sticky-left-mobile")
|
|
130
|
+
expect(components_source).to include(".home-table__wrapper[data-css-sticky-table] table[data-mobile-fixed-columns-count] td.sticky-left-mobile")
|
|
128
131
|
expect(components_source).to include("background-color: #121012")
|
|
129
132
|
expect(components_source).to include("color: #fff")
|
|
130
133
|
expect(components_source).to include(".scroll-table[data-css-sticky-table] table > thead th a")
|