Skip to content

Commit 52f46cc

Browse files
authored
Change focusedRowBorder colour for Settings editor (microsoft#164508)
Fixes microsoft#164507
1 parent f95bfda commit 52f46cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/preferences/common/settingsEditorColorRegistry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export const rowHoverBackground = registerColor('settings.rowHoverBackground', {
5555
}, localize('settings.rowHoverBackground', "The background color of a settings row when hovered."));
5656

5757
export const focusedRowBorder = registerColor('settings.focusedRowBorder', {
58-
dark: Color.white.transparent(0.12),
59-
light: Color.black.transparent(0.12),
58+
dark: focusBorder,
59+
light: focusBorder,
6060
hcDark: focusBorder,
6161
hcLight: focusBorder
6262
}, localize('settings.focusedRowBorder', "The color of the row's top and bottom border when the row is focused."));

0 commit comments

Comments
 (0)