tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
[web] remove blue outline
tsiry-sandratraina.com
7 months ago
21b2a371
41d467f2
+2
1 changed file
expand all
collapse all
unified
split
apps
web
src
components
ContextMenu
ContextMenu.tsx
+2
apps/web/src/components/ContextMenu/ContextMenu.tsx
···
73
73
List: {
74
74
style: {
75
75
boxShadow: "none",
76
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
107
+
outline: "none !important",
106
108
backgroundColor:
107
109
"var(--color-background)",
108
110
},