Skip to content

Commit a4513fb

Browse files
siddharthkpCompuIves
authored andcommitted
active sidebar doesnt show focused item (#3090)
1 parent 4e652e7 commit a4513fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/common/src/themes/codesandbox-black.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,14 @@ const colors = {
151151
errorBorder: tokens.reds[500],
152152
},
153153
list: {
154-
activeSelectionBackground: tokens.grays[700],
155-
activeSelectionForeground: tokens.white,
156154
dropBackground: tokens.grays[700],
157155
highlightForeground: tokens.blues[300],
158156
hoverBackground: tokens.grays[500],
159157
focusBackground: tokens.grays[500],
160-
inactiveSelectionBackground: null,
161-
inactiveSelectionForeground: null,
158+
activeSelectionBackground: tokens.grays[500],
159+
activeSelectionForeground: tokens.white,
160+
inactiveSelectionBackground: tokens.grays[500],
161+
inactiveSelectionForeground: tokens.white,
162162
warningForeground: tokens.yellow,
163163
errorForeground: tokens.reds[500],
164164
hoverForeground: null,

0 commit comments

Comments
 (0)