We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058d2a8 commit e380272Copy full SHA for e380272
1 file changed
src/common/copilot/user-feedback/feedback.css
@@ -33,3 +33,9 @@ body {
33
outline-offset: 2px !important;
34
border-radius: 2px;
35
}
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