mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
feat: add @table-bg
This commit is contained in:
parent
aedea846fc
commit
f47a22e888
@ -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;
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
// weak priority
|
||||
td {
|
||||
background: @component-background;
|
||||
background: @table-bg;
|
||||
}
|
||||
|
||||
&-cell-ellipsis {
|
||||
|
Loading…
Reference in New Issue
Block a user