File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/vs/editor/browser/viewParts/glyphMargin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
Keeping name short for faster parsing.
13
13
cgmr = core glyph margin rendering (div)
14
14
*/
15
- .monaco-editor .margin-view-overlays .cgmr {
15
+ .monaco-editor .glyph- margin-widgets .cgmr {
16
16
position : absolute;
17
17
display : flex;
18
18
align-items : center;
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export class GlyphMarginWidgets extends ViewPart {
139
139
const layoutInfo = options . get ( EditorOption . layoutInfo ) ;
140
140
141
141
this . domNode = createFastDomNode ( document . createElement ( 'div' ) ) ;
142
- this . domNode . setClassName ( 'glyphMarginWidgets ' ) ;
142
+ this . domNode . setClassName ( 'glyph-margin-widgets ' ) ;
143
143
this . domNode . setPosition ( 'absolute' ) ;
144
144
this . domNode . setTop ( 0 ) ;
145
145
You can’t perform that action at this time.
0 commit comments