Skip to content

Commit 69c8ac5

Browse files
author
Miguel Solorio
authored
Add border radius to merge editor button (microsoft#158508)
1 parent 6fb6056 commit 69c8ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/browser/codeeditor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export class FloatingClickWidget extends Widget implements IOverlayWidget {
153153

154154
this._domNode = $('.floating-click-widget');
155155
this._domNode.style.padding = '6px 11px';
156+
this._domNode.style.borderRadius = '2px';
156157
this._domNode.style.cursor = 'pointer';
157158

158159
if (keyBindingAction) {

0 commit comments

Comments
 (0)