Skip to content

Commit

Permalink
[feat] three dots button change
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 authored and igorDykhta committed Mar 30, 2023
1 parent 485252a commit f0b280a
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
Original file line number Diff line number Diff line change
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 f0b280a

Please sign in to comment.