Skip to content

Commit e06e812

Browse files
authored
Merge pull request microsoft#95935 from jeanp413/fix-95870
Improve debug viewlet dropdown outline
2 parents ae1670d + 9ad3033 commit e06e812

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/vs/workbench/contrib/debug/browser/media/debugViewlet.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
font-size: 11px;
3232
margin-right: 0.3em;
3333
height: 20px;
34+
line-height: 20px;
3435
flex-shrink: 1;
3536
margin-top: 7px;
3637
}
@@ -40,15 +41,23 @@
4041
}
4142

4243
.monaco-workbench .part > .title > .title-actions .start-debug-action-item .codicon {
44+
line-height: inherit;
45+
outline-offset: 0px;
4346
flex-shrink: 0;
4447
transition: transform 50ms ease;
4548
}
4649

50+
.monaco-workbench .monaco-action-bar .start-debug-action-item .configuration.select-container {
51+
margin-left: 1px;
52+
}
53+
4754
.monaco-workbench .monaco-action-bar .start-debug-action-item .configuration .monaco-select-box {
4855
border: none;
4956
margin-top: 0px;
5057
cursor: pointer;
51-
outline-offset: 2px;
58+
font-size: inherit;
59+
line-height: inherit;
60+
outline-offset: 0px;
5261
}
5362

5463
.monaco-workbench .monaco-action-bar .start-debug-action-item .configuration.disabled .monaco-select-box {

0 commit comments

Comments
 (0)