Skip to content

Commit

Permalink
Adds a comment about selector specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Aug 13, 2021
1 parent 466eaa1 commit 2503598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/src/addSlice/AddSliceContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ const StyledContainer = styled.div`
}
}
/* The following extra ampersands (&&&&) are used to boost selector specificity */
&&&& .ant-steps-item-tail {
display: none;
}
Expand Down

0 comments on commit 2503598

Please sign in to comment.