Table: use $--table-header-background to define header background(#8871)

$--table-header-background is defined but never used
pull/8914/head
花裤衩 2017-12-19 18:03:01 +08:00 committed by 杨奕
parent b3a5981461
commit 24b15776de
2 changed files with 2 additions and 1 deletions

View File

@ -480,7 +480,7 @@ $--table-text-color: $--color-text-regular !default;
$--table-header-color: $--color-text-secondary !default; $--table-header-color: $--color-text-secondary !default;
$--table-row-hover-background: $--background-color-base !default; $--table-row-hover-background: $--background-color-base !default;
$--table-current-row-background: $--color-primary-light-9 !default; $--table-current-row-background: $--color-primary-light-9 !default;
$--table-header-background: $--color-text-secondary !default; $--table-header-background: $--color-white !default;
$--table-footer-background: $--color-text-placeholder !default; $--table-footer-background: $--color-text-placeholder !default;
$--table-fixed-box-shadow: 0 0 10px rgba(0, 0, 0, .12) !default; $--table-fixed-box-shadow: 0 0 10px rgba(0, 0, 0, .12) !default;

View File

@ -168,6 +168,7 @@
overflow: hidden; overflow: hidden;
user-select: none; user-select: none;
text-align: left; text-align: left;
background-color: $--table-header-background;
div { div {
display: inline-block; display: inline-block;