File tree Expand file tree Collapse file tree 4 files changed +142
-102
lines changed
workbench/contrib/preferences Expand file tree Collapse file tree 4 files changed +142
-102
lines changed Original file line number Diff line number Diff line change @@ -819,7 +819,7 @@ export class IntervalTimer implements IDisposable {
819
819
}
820
820
}
821
821
822
- export class RunOnceScheduler {
822
+ export class RunOnceScheduler implements IDisposable {
823
823
824
824
protected runner : ( ( ...args : unknown [ ] ) => void ) | null ;
825
825
Original file line number Diff line number Diff line change 344
344
overflow : hidden;
345
345
text-overflow : ellipsis;
346
346
display : inline-block; /* size to contents for hover to show context button */
347
+ padding-bottom : 2px ; /* so that focus outlines wrap around nicely for indicators, especially ones with codicons */
347
348
}
348
349
349
350
.settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-modified-indicator {
368
369
bottom : 23px ;
369
370
}
370
371
371
- .settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-title > .misc-label {
372
+ .settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-title > .setting-indicators-container {
372
373
font-style : italic;
373
374
}
374
375
379
380
opacity : 0.9 ;
380
381
}
381
382
382
- .settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-title > .misc-label .setting-indicator : hover {
383
- text-decoration : underline ;
383
+ .settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-title > .setting-indicators-container .setting-indicator {
384
+ padding-bottom : 2 px ;
384
385
}
385
386
386
387
.settings-editor > .settings-body .settings-tree-container .setting-item-contents .setting-item-title .codicon {
You can’t perform that action at this time.
0 commit comments