File tree Expand file tree Collapse file tree
contrib/colorPicker/browser Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ export class ColorPickerWidget extends Widget {
302302
303303 this . _register ( onDidChangeZoomLevel ( ( ) => this . layout ( ) ) ) ;
304304
305- const element = $ ( '.editor-widget. colorpicker-widget' ) ;
305+ const element = $ ( '.colorpicker-widget' ) ;
306306 container . appendChild ( element ) ;
307307
308308 const header = new ColorPickerHeader ( element , this . model ) ;
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ import 'vs/editor/contrib/suggest/browser/suggestController';
4141import 'vs/editor/contrib/toggleTabFocusMode/common/toggleTabFocusMode' ;
4242import 'vs/editor/contrib/wordHighlighter/common/wordHighlighter' ;
4343import 'vs/editor/contrib/wordOperations/common/wordOperations' ;
44- import 'vs/editor/contrib/colorPicker/browser/colorPicker ' ;
44+ import 'vs/editor/contrib/colorPicker/browser/colorDetector ' ;
You can’t perform that action at this time.
0 commit comments