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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a47c93819fefe4d67cffed0ec533170a271a899d806d3356bdaf72e38a178c61
4
- data.tar.gz: 21ef0aea96941e667f522c45e5c5a83e6fb1c64421eeb1e18c417d67e6e2efdd
3
+ metadata.gz: 23e7a7bd9fcc2c17dd1ce9328a34b67fc307863b3b59fdf6d92509ef9274fbaa
4
+ data.tar.gz: 60353ca8ec9d062df99e66e72f5503c11935eb899a5ce2a96d467b2e2c5f4880
5
5
  SHA512:
6
- metadata.gz: 335a2e0d8c6419b6e370d81515a7c933dfbff2812c0f87afd9e0e364d606ef3902465efdba70264eb89e4fb13b4cacd90ccd27a60abed9b4b057231dd07bb4cc
7
- data.tar.gz: baff91b946c8823364fd1d88c460f4670444a3699ac7a3b9509fe2e9915767cf9aa3de02b36b537611124dafb307714df07ef26dff5e5f801d8c473638f609c6
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