@import "../../style/default.less";

.whale-table {
    .ant-table-filter-dropdown .whale-list-table-filter .ant-radio-wrapper {
        display: flex;
        align-items: center;
    }

    td.ant-table-column-sort {
        background-color: #fff;
    }
}

.ant-table .ant-table-thead > tr >th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before {
    display: none;
}
.ant-table .ant-table-thead > tr >th{
    color: rgba(0, 0, 0, .45);
}
// TODO： 之后拿掉。。跟业务组件相关，因为antd升级后，样式改变，无法快速改变全局list-view样式。
.whale-list .ant-table-filter-trigger {
    padding: 0;
    margin: 0;
    
    &:hover {
        // 避免和list-view透明度重合
        background-color: rgba(0, 0, 0, 0);
    }
}

