We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef5ce0 commit 2fb2fe8Copy full SHA for 2fb2fe8
src/vs/platform/actionWidget/browser/actionWidget.css
@@ -110,6 +110,17 @@
110
text-overflow: ellipsis;
111
}
112
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
+
124
/* Action bar */
125
126
.action-widget .action-widget-action-bar {
0 commit comments