gd-bs 6.6.45 → 6.6.47

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.45",
3
+ "version": "6.6.47",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -452,9 +452,8 @@
452
452
  --bs-navbar-brand-color: var(--sp-primary-button-text, #ffffff);
453
453
  --bs-navbar-brand-hover-color: var(--sp-theme-darker, #004578);
454
454
  }
455
- a.navbar {
456
- --bs-navbar-hover-color: var(--sp-theme-darker, #004578);
457
- --bs-navbar-brand-hover-color: var(--sp-theme-darker, #004578);
455
+ span.navbar-brand:hover, span.navbar-brand:focus {
456
+ color: var(--bs-navbar-brand-color);
458
457
  }
459
458
  /* Properly align the navbar brand text */
460
459
  .navbar-brand {