Skip to content

Commit

Permalink
fix(module:table): fix table sticky style (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Dec 25, 2018
1 parent 3df5779 commit 50d4fc4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions components/core/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,22 @@
background: @component-background;
}

.ant-table-tbody {
& > tr {
&:hover {
& > td {
&.ant-table-td-left-sticky {
background: @table-row-hover-bg;
}

&.ant-table-td-right-sticky {
background: @table-row-hover-bg;
}
}
}
}
}

.ant-table-scroll-position-middle {
.box-shadow-right;
.box-shadow-left;
Expand Down

0 comments on commit 50d4fc4

Please sign in to comment.