parent
4877f13239
commit
f9aa9e2c53
2 changed files with 23 additions and 0 deletions
@ -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; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -1,2 +1,3 @@ |
||||
@import "ant-time-picker"; |
||||
@import "ant-message"; |
||||
@import "ant-table"; |
||||
|
Loading…
Reference in new issue