Skip to content

Commit 2fb2fe8

Browse files
authored
Update keybinding label css for action widget (#200700)
changed keybinding css to match quick pick
1 parent 6ef5ce0 commit 2fb2fe8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/vs/platform/actionWidget/browser/actionWidget.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@
110110
text-overflow: ellipsis;
111111
}
112112

113+
.action-widget .monaco-list-row.action .monaco-keybinding > .monaco-keybinding-key {
114+
background-color: var(--vscode-keybindingLabel-background);
115+
color: var(--vscode-keybindingLabel-foreground);
116+
border-style: solid;
117+
border-width: 1px;
118+
border-radius: 3px;
119+
border-color: var(--vscode-keybindingLabel-border);
120+
border-bottom-color: var(--vscode-keybindingLabel-bottomBorder);
121+
box-shadow: inset 0 -1px 0 var(--vscode-widget-shadow);
122+
}
123+
113124
/* Action bar */
114125

115126
.action-widget .action-widget-action-bar {

0 commit comments

Comments
 (0)