playbook_ui 14.21.0.pre.alpha.PLAY2167advtablenitrorowborderdoubling8098 → 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 +2 -0
- 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
|
@@ -410,6 +410,7 @@
|
|
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;
|
413
414
|
border-bottom-color: $border_light !important;
|
414
415
|
}
|
415
416
|
|
@@ -630,6 +631,7 @@
|
|
630
631
|
|
631
632
|
// Make sure all horizontal borders use the default border color in dark mode
|
632
633
|
tr, th, td {
|
634
|
+
border-top-color: $border_dark !important;
|
633
635
|
border-bottom-color: $border_dark !important;
|
634
636
|
}
|
635
637
|
|