A decentralized music tracking and discovery platform built on AT Protocol 🎵

[web] remove blue outline

+2
+2
apps/web/src/components/ContextMenu/ContextMenu.tsx
··· 73 73 List: { 74 74 style: { 75 75 boxShadow: "none", 76 + outline: "none !important", 76 77 backgroundColor: "var(--color-background)", 77 78 }, 78 79 }, ··· 103 104 List: { 104 105 style: { 105 106 boxShadow: "none", 107 + outline: "none !important", 106 108 backgroundColor: 107 109 "var(--color-background)", 108 110 },