File tree Expand file tree Collapse file tree
src/vs/workbench/contrib/debug/browser Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export class DebugToolBar extends Themable implements IWorkbenchContribution {
141141 this . $el = dom . $ ( 'div.debug-toolbar' ) ;
142142 this . $el . style . top = `${ layoutService . getTitleBarOffset ( ) } px` ;
143143
144- this . dragArea = dom . append ( this . $el , dom . $ ( 'div.drag-area' ) ) ;
144+ this . dragArea = dom . append ( this . $el , dom . $ ( 'div.drag-area.codicon.codicon-gripper ' ) ) ;
145145
146146 const actionBarContainer = dom . append ( this . $el , dom . $ ( 'div.action-bar-container' ) ) ;
147147 this . debugToolBarMenu = menuService . createMenu ( MenuId . DebugToolBar , contextKeyService ) ;
Original file line number Diff line number Diff line change 2828 cursor : grab;
2929 height : 32px ;
3030 width : 16px ;
31- background : url ('drag.svg' ) center center no-repeat;
32- background-size : 16px 16px ;
31+ opacity : 0.5 ;
32+ display : flex;
33+ align-items : center;
34+ justify-content : center;
3335}
3436
3537.monaco-workbench .debug-toolbar .drag-area .dragged {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments