diff --git a/src/theme/antd/ant-table.less b/src/theme/antd/ant-table.less new file mode 100644 index 0000000..4afb9d7 --- /dev/null +++ b/src/theme/antd/ant-table.less @@ -0,0 +1,22 @@ + +.ant-table-thead{ + tr{ + th{ + &.ant-table-column-has-actions{ + &.ant-table-column-has-sorters:hover{ + background-color: @background-color-base; + } + &.ant-table-column-has-filters{ + &:hover{ + .anticon-filter, .anticon-filter:hover{ + background-color: @background-color-base; + } + } + .anticon-filter.ant-table-filter-open{ + background-color: @background-color-base; + } + } + } + } + } +} diff --git a/src/theme/antd/index.less b/src/theme/antd/index.less index 477b5ca..d0411b5 100644 --- a/src/theme/antd/index.less +++ b/src/theme/antd/index.less @@ -1,2 +1,3 @@ @import "ant-time-picker"; @import "ant-message"; +@import "ant-table";