focus on the Copilotv2 editor

This commit is contained in:
Ashley Stanton-Nurse
2024-03-28 15:26:13 -07:00
parent 2598760a11
commit 8b6d857ddb
17 changed files with 129 additions and 39 deletions

View File

@@ -2302,6 +2302,11 @@ a:link {
line-height: 22px;
}
.monaco-editor .quick-input-list .highlight {
/* Padding in highlighted text within the quick input list breaks the flow of the text */
padding: 0;
}
td a {
color: #393939;
}