Commit 24b15776 authored by 花裤衩's avatar 花裤衩 Committed by 杨奕

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

$--table-header-background is defined but never used
parent b3a59814
......@@ -480,7 +480,7 @@ $--table-text-color: $--color-text-regular !default;
$--table-header-color: $--color-text-secondary !default;
$--table-row-hover-background: $--background-color-base !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-fixed-box-shadow: 0 0 10px rgba(0, 0, 0, .12) !default;
......
......@@ -168,6 +168,7 @@
overflow: hidden;
user-select: none;
text-align: left;
background-color: $--table-header-background;
div {
display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment