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
  • #25360
Closed
Open
Issue created Jan 18, 2018 by Administrator@rootContributor

Carousel has no light theme (with dark arrows/indicators)

Created by: michaelkrieger

Carousel has no theme where the control arrows aren't white. In this case, using a bg-light (or if someone used a bg-white) it should have black or dark grey left/right controls. Right now it's white-on-light or white-on-white and so the arrows are useless.

<div id="carouselReviews" class="carousel slide bg-light " data-ride="carousel">
  <div class="carousel-inner bg-light">
    <div class="carousel-item active">
        <div class="d-block w-100 bg-light">CONTENT</div>
    </div>
    <div class="carousel-item">
        <div class="d-block w-100 bg-light">CONTENT</div>
    </div>
    <div class="carousel-item">
        <div class="d-block w-100 bg-light">CONTENT</div>
    </div>
  <a class="carousel-control-prev" href="#carouselReviewsControls" role="button" data-slide="prev">
    <span class="carousel-control-prev-icon" aria-hidden="true"></span>
    <span class="sr-only">Previous</span>
  </a>
  <a class="carousel-control-next" href="#carouselReviewsControls" role="button" data-slide="next">
    <span class="carousel-control-next-icon" aria-hidden="true"></span>
    <span class="sr-only">Next</span>
  </a>
</div>
Assignee
Assign to
Time tracking