Table added a new less variable @table-header-color

This commit is contained in:
Tom Xu 2018-08-30 18:24:59 +08:00 committed by 偏右
parent fe2728cb20
commit 8ff9dc6bab
2 changed files with 2 additions and 1 deletions

View File

@ -341,6 +341,7 @@
// Table // Table
// -- // --
@table-header-bg: @background-color-light; @table-header-bg: @background-color-light;
@table-header-color: @heading-color;
@table-header-sort-bg: @background-color-base; @table-header-sort-bg: @background-color-base;
@table-row-hover-bg: @primary-1; @table-row-hover-bg: @primary-1;
@table-selected-row-bg: #fafafa; @table-selected-row-bg: #fafafa;

View File

@ -33,7 +33,7 @@
background: @table-header-bg; background: @table-header-bg;
transition: background .3s ease; transition: background .3s ease;
text-align: left; text-align: left;
color: @heading-color; color: @table-header-color;
font-weight: 500; font-weight: 500;
border-bottom: @border-width-base @border-style-base @border-color-split; border-bottom: @border-width-base @border-style-base @border-color-split;