gd-bs 6.6.43 → 6.6.45

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.43",
3
+ "version": "6.6.45",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -277,7 +277,6 @@
277
277
  }
278
278
  /* Adjust checkbox size */
279
279
  .form-check:not(.form-switch) .form-check-input[type=checkbox] {
280
- display: inline;
281
280
  height: 1.25rem;
282
281
  width: 1.25rem;
283
282
  }
@@ -290,6 +289,7 @@
290
289
  }
291
290
  /* Fix checkbox label alignment */
292
291
  .form-check:not(.form-switch) .form-check-label {
292
+ display: inline;
293
293
  margin-left: .5rem;
294
294
  margin-top: .25rem;
295
295
  }
@@ -452,6 +452,10 @@
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
+ }
455
459
  /* Properly align the navbar brand text */
456
460
  .navbar-brand {
457
461
  align-items: baseline;