Skip to content

Commit e2209cb

Browse files
committed
make sure focus outline fits into CC box
fixes microsoft#153763
1 parent cdc1920 commit e2209cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/vs/workbench/browser/parts/titlebar/media/titlebarpart.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
color: var(--vscode-commandCenter-foreground);
102102
background-color: var(--vscode-commandCenter-background);
103103
border: 1px solid var(--vscode-commandCenter-border);
104-
border-radius: 5px;
105-
height: 20px;
104+
border-radius: 6px;
105+
height: 22px;
106106
line-height: 18px;
107107
width: 38vw;
108108
max-width: 600px;
@@ -119,9 +119,9 @@
119119
line-height: 18px;
120120
}
121121

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: 16px;
124+
line-height: 16px;
125125
}
126126

127127
.monaco-workbench .part.titlebar>.titlebar-container>.window-title>.command-center .action-item.quickopen>.action-label.search {

0 commit comments

Comments
 (0)