playbook_ui 14.21.0.pre.alpha.PLAY2167advtablenitrorowborderdoubling8109 → 14.21.0.pre.alpha.hotfixscssissue8102
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: 23e7a7bd9fcc2c17dd1ce9328a34b67fc307863b3b59fdf6d92509ef9274fbaa
|
4
|
+
data.tar.gz: 60353ca8ec9d062df99e66e72f5503c11935eb899a5ce2a96d467b2e2c5f4880
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1f57bdba3c3a21fb4bffea62d8fa1219c79962d83a67c595203a700e280c4ed0b1f9d78a870f58733f59e6e7a6f1046cb7c339d3eaf0de822971ae0a49c7d56
|
7
|
+
data.tar.gz: a61c16d184f406fd59e0a04919d974d0bad6201f3217f4219c406adb8399ff619eb621d9d6eb90b5f943e13494e3d76e7cabe34eda8fdf0a633359674afabd37
|
@@ -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
|
|
@@ -632,6 +633,7 @@
|
|
632
633
|
|
633
634
|
// Make sure all horizontal borders use the default border color in dark mode
|
634
635
|
tr, th, td {
|
636
|
+
border-top-color: $border_dark !important;
|
635
637
|
border-bottom-color: $border_dark !important;
|
636
638
|
}
|
637
639
|
|