Update doc

This commit is contained in:
rebornix 2021-11-24 14:30:55 -08:00
parent 90ca212f5f
commit 1f581e229d
No known key found for this signature in database
GPG key ID: 181FC90D15393C20

View file

@ -2739,7 +2739,7 @@ export const focusedCellBorder = registerColor('notebook.focusedCellBorder', {
dark: focusBorder,
light: focusBorder,
hc: focusBorder
}, nls.localize('notebook.focusedCellBorder', "The color of the cell's borders when the cell is focused."));
}, nls.localize('notebook.focusedCellBorder', "The color of the cell's focus indicator borders when the cell is focused."));
export const inactiveFocusedCellBorder = registerColor('notebook.inactiveFocusedCellBorder', {
dark: notebookCellBorder,