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 5763f53 commit 76dbd8fCopy full SHA for 76dbd8f
webviews/common/common.css
@@ -170,7 +170,7 @@ body img.avatar {
170
.icon-button:focus,
171
.section .icon-button:focus {
172
outline: 1px solid var(--vscode-focusBorder);
173
- outline-offset: unset;
+ outline-offset: 1px;
174
}
175
176
.label .icon-button:hover,
webviews/editorWebview/index.css
@@ -200,6 +200,11 @@ body .comment-container .review-comment-header {
200
height: 14px;
201
202
203
+.comment-actions .icon-button {
204
+ padding-left: 2px;
205
+ padding-top: 2px;
206
+}
207
+
208
.status-scroll {
209
max-height: 220px;
210
overflow-y: auto;
0 commit comments