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
  • #34123
Closed
Open
Issue created May 27, 2021 by Administrator@rootContributor

V5 btn-light/btn-black hover and normal colours too close

Created by: iustin

I'm not familiar with Bootstrap's color schemes/utilities to debug this, but from what I see, btn-light and btn-black have too "close" normal and hover colours:

  • btn-light: v4 #f8f9fa with hover #e2e6ea, v5 #f8f9fa with hover #f9fafb
  • btn-dark: v4 #343a40 with hover #23272b, v5 #212529 with hover #1c1f23

Using an online calculator, btn-light in v4 has a delta-E of ~7, wheras v5 has a delta-E of only 0.34, which means it's practically invisible.

In practice this can be seen by hovering in the v4 docs vs. v5 docs, or thanks to helpful github rendering inline here (although the circles are too small to be clearly visible, but it is).

Is this intentional?

Assignee
Assign to
Time tracking