Problem/Motivation

In bootstrap by default, uses variable $gray-800 for $table-dark-bg
But this variable $gray-800 is overridden in the Carnation theme.
As a result, the table with bootstrap class .table-dark has the wrong background.

Proposed resolution

To update the bg color for $table-dark-bg variable
wrong BG

CommentFileSizeAuthor
tableDark.png49.36 KBaleevas
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

aleevas created an issue. See original summary.

rolki’s picture

Status: Active » Reviewed & tested by the community

  • aleevas committed 60d40554 on 3.1.x
    Issue #3482819: Update default bg color for Bootstrap's dark table