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
  • !19885

v4: Card improvements

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Otto requested to merge v4-cards into v4-dev May 12, 2016
  • Overview 0
  • Commits 6
  • Pipelines 0
  • Changes 3

WIP.

  • 17911: Explicitly remove margin-bottom from cards in .card-deck.

    Here we're doing some margin swapping, so it looks a little funky. All this does is match the margin implementation and rendering across our table and flex versions of card decks.

  • 17959, #19650 (closed): Improve non-flexbox card deck behavior so columns are always the same width.

  • 19840: Invert the .card-subtitle color as well for .card-inverse.

  • Update card variants:

    • Remove background-color from header and footer in inverse cards (fixes #19841 (closed))
    • Update border override for header and footer in cards; only need to declare a new color
    • Update the selector for targetting blockquote footers in cards
  • Update card header and footer

    • Remove the box-shadow and switch back to border to match .card basics
    • Update the header nav margin override—since we restored the border, we need that default negative margin at the bottom
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: v4-cards