bs-nav-link-color undefined #1310
Replies: 1 comment
|
Thanks for reporting this.
The component’s active/open state is already styled through Bootstrap button variables (for example, At this time, we do not see a functional issue requiring a library change. If you can share a minimal reproduction showing incorrect or inaccessible rendering, please add it and we can revisit. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There seems to be a bunch of css variables missing from _nav.scss including bs-nav-link-color
This is being used by the themeswitcher component. Seems like I can get it to define them to match bs-link-color by putting it in a div with class="nav" but I shouldnt need to
All reactions