tangled
alpha
login
or
join now
rocksky.app
/
rocksky
96
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
96
fork
atom
overview
issues
7
pulls
pipelines
[web] remove blue outline
tsiry-sandratraina.com
8 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
},