Skip to content

Commit

Permalink
Remove unnecessary css
Browse files Browse the repository at this point in the history
We don't have an `i` icon anymore so there is no need to style it.
  • Loading branch information
treo committed Jul 17, 2024
1 parent 48c0175 commit badb6aa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/tray_library/TrayItemWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ export const Tray = styled.div<TrayStyledProps>`
& > span {
flex-grow: 1;
}
& > i {
border: 1px solid ${(p) => p.color};
border-radius: 999px;
display: block;
overflow: hidden;
height: 16px;
width: 16px;
&:hover {
background-color: ${(p) => p.color};
}
}
`;

export class TrayItemWidget extends React.Component<TrayItemWidgetProps> {
Expand Down

0 comments on commit badb6aa

Please sign in to comment.