mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-23 04:19:48 +00:00
Update table component, remove unnecessary code
This commit is contained in:
@@ -26,8 +26,8 @@ const StyledBody = styled.div`
|
||||
const StyledRow = styled(CommonRow)`
|
||||
padding: 20px;
|
||||
|
||||
&.active {
|
||||
background-color: red;
|
||||
&.selected {
|
||||
background-color: var(--item-selected);
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
|
||||
Reference in New Issue
Block a user