docs: remove expaned row hover background color

Close #8775
This commit is contained in:
Wei Zhu 2018-02-02 14:07:57 +08:00
parent a9537e5934
commit aa88c656f1

View File

@ -135,4 +135,8 @@ ReactDOM.render(<NestedTable />, mountNode);
.components-table-demo-nested .table-operation a:not(:last-child) {
margin-right: 24px;
}
.components-table-demo-nested .ant-table-expanded-row:hover > td {
background: #fbfbfb;
}
````