File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/vs/platform/actionWidget/browser Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,8 @@ export class ActionList<T> extends Disposable {
166
166
167
167
private readonly _list : List < IActionListItem < T > > ;
168
168
169
- private readonly _actionLineHeight = 28 ;
170
- private readonly _headerLineHeight = 28 ;
169
+ private readonly _actionLineHeight = 24 ;
170
+ private readonly _headerLineHeight = 26 ;
171
171
172
172
private readonly _allMenuItems : readonly IActionListItem < T > [ ] ;
173
173
Original file line number Diff line number Diff line change 132
132
/* Action bar */
133
133
134
134
.action-widget .action-widget-action-bar {
135
- background-color : var (--vscode-editorHoverWidget-statusBarBackground );
135
+ background-color : var (--vscode-editorActionList-background );
136
136
border-top : 1px solid var (--vscode-editorHoverWidget-border );
137
+ margin-top : 2px ;
137
138
}
138
139
139
140
.action-widget .action-widget-action-bar ::before {
143
144
}
144
145
145
146
.action-widget .action-widget-action-bar .actions-container {
146
- padding : 0 8px ;
147
+ padding : 3 px 8px 0 ;
147
148
}
148
149
149
150
.action-widget-action-bar .action-label {
You can’t perform that action at this time.
0 commit comments