feat: add @table-bg

This commit is contained in:
ycjcl868 2019-11-27 15:24:48 +08:00 committed by GitHub Action
parent aedea846fc
commit f47a22e888
2 changed files with 2 additions and 1 deletions

View File

@ -445,6 +445,7 @@
// Table
// --
@table-bg: @component-background;
@table-header-bg: @background-color-light;
@table-header-color: @heading-color;
@table-header-sort-bg: @background-color-base;

View File

@ -47,7 +47,7 @@
// weak priority
td {
background: @component-background;
background: @table-bg;
}
&-cell-ellipsis {