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
  • Merge requests
  • !20677

Use color variables consistently

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/Kovah/14840-consistent-colors into v4-dev Sep 08, 2016
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: Kovah

Replaces some raw colors with the appropriate color variables where it makes sense. Examples:

  • #eee will be replaced by $gray-lighter (#eceeef)
  • #333 will be replaced by $gray-dark (#373a3c)

The two colors #fff and #ddd are not replaced by a variable. In my opinion it would make sense to add a new variable for #ddd because it's widely used but I wanted to ask first. Also the naming of the variable needs to be discussed.

Reference: #14840 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Kovah/14840-consistent-colors