Skip to content

Commit 304c187

Browse files
author
Miguel Solorio
authored
Add rounded corners to extension button actions (microsoft#159496)
1 parent d1cc856 commit 304c187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/extensions/browser/media/extension.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
}
200200

201201
.extension-list-item > .details > .footer > .monaco-action-bar > .actions-container .action-label:not(.icon) {
202-
border-radius: 0;
202+
border-radius: 2px;
203203
}
204204

205205
.extension-list-item > .details > .footer > .monaco-action-bar > .actions-container .extension-action.label {

0 commit comments

Comments
 (0)