gd-bs 6.4.6 → 6.4.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "6.4.6",
3
+ "version": "6.4.7",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -398,7 +398,7 @@
398
398
  }
399
399
  /* Set background color and border for nav-tabs */
400
400
  .nav-tabs .nav-link {
401
- background-color: var(--sp-neutral-lighter, #f3f2f1);
401
+ background-color: color-mix(in srgb, var(--sp-black, #000000), transparent 95%);
402
402
  border-radius: 0.25rem 0.25rem 0 0;
403
403
  border: 2px solid var(--sp-neutral-quaternary, #d2d0ce);
404
404
  }