Skip to content

Commit 76dbd8f

Browse files
Copilotalexr00
andauthored
Fix PR quote button centering in focus border (#7216)
* Initial plan * Fix PR quote button focus border centering issue Co-authored-by: alexr00 <[email protected]> * Fix padding --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: alexr00 <[email protected]>
1 parent 5763f53 commit 76dbd8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

webviews/common/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ body img.avatar {
170170
.icon-button:focus,
171171
.section .icon-button:focus {
172172
outline: 1px solid var(--vscode-focusBorder);
173-
outline-offset: unset;
173+
outline-offset: 1px;
174174
}
175175

176176
.label .icon-button:hover,

webviews/editorWebview/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ body .comment-container .review-comment-header {
200200
height: 14px;
201201
}
202202

203+
.comment-actions .icon-button {
204+
padding-left: 2px;
205+
padding-top: 2px;
206+
}
207+
203208
.status-scroll {
204209
max-height: 220px;
205210
overflow-y: auto;

0 commit comments

Comments
 (0)