gd-bs 6.6.45 → 6.6.46
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/build/bs.js +1 -1
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.min.js +1 -1
- package/package.json +1 -1
- package/src/styles/_custom.scss +3 -0
package/package.json
CHANGED
package/src/styles/_custom.scss
CHANGED
|
@@ -456,6 +456,9 @@
|
|
|
456
456
|
--bs-navbar-hover-color: var(--sp-theme-darker, #004578);
|
|
457
457
|
--bs-navbar-brand-hover-color: var(--sp-theme-darker, #004578);
|
|
458
458
|
}
|
|
459
|
+
span.navbar-brand:hover, span.navbar-brand:focus {
|
|
460
|
+
color: var(--bs-navbar-brand-color);
|
|
461
|
+
}
|
|
459
462
|
/* Properly align the navbar brand text */
|
|
460
463
|
.navbar-brand {
|
|
461
464
|
align-items: baseline;
|