Skip to content

Commit

Permalink
fix(Timeline): Remove broken box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
m7kvqbe1 committed Sep 23, 2020
1 parent 7ee1815 commit d9e7019
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ const RowHeader = styled.div<RowHeaderProps>`
height: inherit;
background-color: ${ColorNeutralWhite};
border-right: ${SpacingPx} solid ${TIMELINE_BORDER_COLOR};
box-shadow: inset 0px 0px 0px 0px ${TIMELINE_BORDER_COLOR},
5px 0px 5px 0px rgba(0, 0, 0, 0.04);
z-index: ${Number(ZindexBody) + 3};
justify-content: flex-end;
display: inline-flex;
Expand Down

0 comments on commit d9e7019

Please sign in to comment.