Web:Components:TableContainer: fix background selected table row

This commit is contained in:
Timofey Boyko 2022-05-17 11:50:38 +03:00
parent 2970f6815d
commit 1fe3830b26

View File

@ -309,7 +309,9 @@ const StyledTableCell = styled.div`
padding-right: 30px;
margin-top: 2px;
.react-svg-icon svg {
margin-top: 2px;
}
.table-container_element {
display: ${(props) => (props.checked ? "none" : "flex")};