| Summary: | IntranetNav links have poor visibility/contrast | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
| Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
| Status: | RESOLVED WONTFIX | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | gmcharlt, Laura.escamilla |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Caroline Cyr La Rose | Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/1099 |
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Caroline Cyr La Rose
2025-09-04 15:28:31 UTC
They need to be adjusted to fit the Bootstrap 5 changes. If you use the following it works! <li class="nav-item"> <a class="nav-link" href="http://localhost:8080/" target="_blank">OPAC</a> </li> <li class="nav-item"> <a class="nav-link" href="https://example.com/" target="_blank">Example</a> </li> I edited the manual to include Laura's tip. https://gitlab.com/koha-community/koha-manual/-/merge_requests/1099 I assume that is enough? |