diff --git a/src/tray_library/TrayItemWidget.tsx b/src/tray_library/TrayItemWidget.tsx index 2da6bd69..efc0af22 100644 --- a/src/tray_library/TrayItemWidget.tsx +++ b/src/tray_library/TrayItemWidget.tsx @@ -50,17 +50,6 @@ export const Tray = styled.div` & > 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 {