Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Hassanein committed Mar 28, 2020
1 parent 0a0dc22 commit 6b96ff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/windows/components/TicketRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ const TicketRow: React.FC<ITicketRowProps> = ({
}}
css={css`
${ClickableBadgeStyle}
margin-left: 3px;
`}
/>
)}
Expand All @@ -207,7 +206,6 @@ const TicketRow: React.FC<ITicketRowProps> = ({
}}
css={css`
${ClickableBadgeStyle}
margin-left: 3px;
`}
/>
)}
Expand All @@ -233,7 +231,6 @@ const TicketRow: React.FC<ITicketRowProps> = ({
}}
css={css`
${ClickableBadgeStyle}
margin-left: 3px;
`}
/>
)}
Expand All @@ -250,7 +247,6 @@ const TicketRow: React.FC<ITicketRowProps> = ({
}}
css={css`
${ClickableBadgeStyle}
margin-left: 3px;
`}
/>
</span>
Expand Down
1 change: 1 addition & 0 deletions src/windows/components/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const ClickableBadgeStyle = css`
cursor: pointer;
color: ${actionsColor};
box-shadow: 0px 0px 1px #fff;
margin-left: 3px;
:hover {
box-shadow: 1px 1px 1px #fff;
Expand Down

0 comments on commit 6b96ff5

Please sign in to comment.