Fix some accessibility coloring issues (#14972) (#14981)

Fixes table contract and some discover contrast issues.
This commit is contained in:
CJ Cenizal 2017-11-15 14:46:59 -08:00 committed by GitHub
parent 9ba63d1b1a
commit 54897612ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@
@kibanaGray1: #2D2D2D;
@kibanaGray2: #5A5A5A;
@kibanaGray3: #9C9C9C;
@kibanaGray3: #666;
@kibanaGray4: #BEBEBE;
@kibanaGray5: #E4E4E4;
@kibanaGray6: #F6F6F6;

View file

@ -3541,7 +3541,7 @@ input[type="button"] {
max-width: 20px;
/* 1 */
line-height: 1.5;
color: #a7a7a7; }
color: #666; }
.kuiTableHeaderCell__liner {
display: inline-block;

View file

@ -1,7 +1,7 @@
$tableCellPadding: 7px 8px 8px;
$tableCellFontWeight: 400;
$tableBackgroundColor: #FFF;
$tableHeaderTextColor: #a7a7a7;
$tableHeaderTextColor: $kuiColorDarkGray;
$tableCellExpandedBorderColor: #f0f0f0;
@import "controlled_table";