File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/vs/workbench/browser/parts/titlebar/media Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 101
101
color : var (--vscode-commandCenter-foreground );
102
102
background-color : var (--vscode-commandCenter-background );
103
103
border : 1px solid var (--vscode-commandCenter-border );
104
- border-radius : 5 px ;
105
- height : 20 px ;
104
+ border-radius : 6 px ;
105
+ height : 22 px ;
106
106
line-height : 18px ;
107
107
width : 38vw ;
108
108
max-width : 600px ;
119
119
line-height : 18px ;
120
120
}
121
121
122
- .monaco-workbench .part .titlebar > .titlebar-container > .window-title > .command-center : HOVER . quickopen .action-label {
123
- background-color : transparent !important ;
124
- outline-color : transparent !important ;
122
+ .monaco-workbench .part .titlebar > .titlebar-container > .window-title > .command-center . action-item . quickopen > .action-label {
123
+ height : 16 px ;
124
+ line-height : 16 px ;
125
125
}
126
126
127
127
.monaco-workbench .part .titlebar > .titlebar-container > .window-title > .command-center .action-item .quickopen > .action-label .search {
You can’t perform that action at this time.
0 commit comments