Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Feb 10, 2021
1 parent bb98395 commit 40f15cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const onClick = (
const StyledButton = styled.span`
button {
line-height: 13px;
transition: background-color 0ms;
// this is to over ride a previous transition built into the component
transition: background-color 0ms;
&:last-of-type {
margin-right: ${({ theme }) => theme.gridUnit * 2}px;
}
Expand Down
1 change: 0 additions & 1 deletion superset-frontend/src/common/components/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const MenuDotsWrapper = styled.div`
padding: ${({ theme }) => theme.gridUnit * 2}px;
padding-left: ${({ theme }) => theme.gridUnit}px;
`;

const StyledDropdownButton = styled.div`
.ant-btn-group {
button.ant-btn {
Expand Down

0 comments on commit 40f15cd

Please sign in to comment.