gd-bs 6.6.18 → 6.6.19

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.6.18",
3
+ "version": "6.6.19",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -414,9 +414,9 @@
414
414
  .mw-fit {
415
415
  max-width: fit-content !important;
416
416
  }
417
- /* Set color for nav links */
418
- .nav-link {
419
- color: var(--sp-theme-primary, #0078d4);
417
+ /* Set color for active nav links */
418
+ .nav-link:active, .navbar-brand:active {
419
+ color: var(--bs-navbar-active-color);
420
420
  }
421
421
  .nav-tabs {
422
422
  border-bottom: 0;