Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #23693
Closed
Open
Issue created Aug 26, 2017 by Administrator@rootContributor

Text link doesn't get styled when using color schemes for navbar

Created by: sebask

I am not sure if this actual a bug, or expected behaviour, but I think this might be worth changing.

Expected behaviour: When I use certain color schemes (background) in combination with a navbar, while using text, while using plain links. I expect the link to be colored in a way it's readable, thus enough contrast. Just like the text is readable. screen shot 2017-08-26 at 18 29 18

Actual behaviour: When I use certain color schemes (background) in combination with a navbar, while using text, while using plain links. The links do not get colored (with enough contrast). Rendering it unreadable while using it in combination with certain background color schemes.

<div class="navbar navbar-expand navbar-dark bg-primary">
  <span class="navbar-text mx-auto">
    <small>We gebruiken cookies om de site te analyseren, te verbeteren en voor tracking doeleinden. Als je de website blijft gebruiken gaan we ervan uit dat je dat goed vindt. <a href="#">Lees Meer</a></small>
  </span>
</div>

screen shot 2017-08-26 at 18 15 54screen shot 2017-08-26 at 18 18 15

I understand I can solve it by adding a color scheme to the link (i.e.: <a class="text-light" href="#">Lees Meer</a>). But I think it should work without it.

Assignee
Assign to
Time tracking