Skip to content

Commit

Permalink
[feat] three dots button change (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDykhta committed Apr 4, 2023
1 parent 4dd27ab commit d441d5f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/src/common/data-table/header-cell.tsx
Expand Up @@ -21,11 +21,6 @@ const StyledHeaderCell = styled.div`
flex-direction: row;
background-color: ${props => props.theme.headerCellBackground};
&:hover {
.more {
color: ${props => props.theme.headerCellIconColor};
}
}
.n-sort-idx {
font-size: 9px;
}
Expand All @@ -42,7 +37,6 @@ const StyledHeaderCell = styled.div`
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
.col-name__left {
display: flex;
Expand All @@ -62,7 +56,6 @@ const StyledHeaderCell = styled.div`
}
.more {
color: transparent;
margin-left: 5px;
}
`;
Expand Down

0 comments on commit d441d5f

Please sign in to comment.