Web: Files: Removed hover border overlay on hotkey border in table view.

This commit is contained in:
Tatiana Lopaeva 2022-06-03 14:25:32 +03:00
parent da4bdc89cd
commit f0363e6a81

View File

@ -56,8 +56,12 @@ const StyledTableRow = styled(TableRow)`
`${props.theme.filesSection.tableView.row.backgroundActive} !important`};
margin-top: -1px;
border-top: ${(props) =>
`1px solid ${props.theme.filesSection.tableView.row.borderColor}`};
${(props) =>
!props.showHotkeyBorder &&
css`
border-top: ${(props) =>
`1px solid ${props.theme.filesSection.tableView.row.borderColor}`};
`}
}
.table-container_file-name-cell {
margin-left: -24px;