gd-bs 6.6.46 → 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.46",
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,10 +452,6 @@
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);
458
- }
459
455
  span.navbar-brand:hover, span.navbar-brand:focus {
460
456
  color: var(--bs-navbar-brand-color);
461
457
  }