Skip to content

Commit e380272

Browse files
authored
show outline for focused link. (#1181)
1 parent 058d2a8 commit e380272

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/common/copilot/user-feedback/feedback.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ body {
3333
outline-offset: 2px !important;
3434
border-radius: 2px;
3535
}
36+
37+
a:focus {
38+
color: var(--vscode-textLink-foreground);
39+
outline: 2px solid var(--vscode-textLink-activeForeground);
40+
outline-offset: 2px;
41+
}

0 commit comments

Comments
 (0)