Skip to content

Commit 4795fc4

Browse files
authored
Merge pull request microsoft#22186 from Nashenas88/master
Fix borderRadius for decorations
2 parents f824b2e + 286fe6f commit 4795fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/browser/services/codeEditorServiceImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class DecorationRenderHelper {
344344
return cssTextArr.join('');
345345
}
346346

347-
private static border_rules = ['border', 'borderColor', 'borderColor', 'borderSpacing', 'borderStyle', 'borderWidth'];
347+
private static border_rules = ['border', 'borderRadius', 'borderColor', 'borderSpacing', 'borderStyle', 'borderWidth'];
348348

349349
public static collectBorderSettingsCSSText(opts: any, cssTextArr: string[]): boolean {
350350
if (DecorationRenderHelper.collectCSSText(opts, DecorationRenderHelper.border_rules, cssTextArr)) {

0 commit comments

Comments
 (0)