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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 357fd79353c8899dd292fb44872a030757703c1451b583c1630bc446626a1c03
4
- data.tar.gz: 860b3fffad0f072b729ab7f2a6583d006df841851f31a2573b6cf179f9cbb800
3
+ metadata.gz: c1a88083e514276d6dd5b8bdde7b720def91511e0e00c7a5a97bfad5ae2f90d5
4
+ data.tar.gz: f500e9172763c2eaab867612eaafb4bfb5af68ad76266d41804b6cad7ca381e7
5
5
  SHA512:
6
- metadata.gz: 807dc06a0339563c808c6e712d50d22f3329c931e29a9a3195b159a20b90bc27e81a53c967fe51934f4c6e10623de3f95907076ea4a9d6e62f7c082385645d58
7
- data.tar.gz: 28cf8df5bca4bc5b742ba54083d8b48c0a8d2a87d6e0c7bef9666905b1915e95912f31ccfdc18f8f16e2e78120a5939697dbc35c121b27a14f21bc049a38de3a
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