Get context mentions UI working

This commit is contained in:
Saoud Rizwan
2024-09-16 17:07:31 -04:00
parent a78c96286e
commit 82490108c5
4 changed files with 495 additions and 11 deletions

View File

@@ -142,3 +142,15 @@ vscode-dropdown::part(listbox) {
.input-icon-button.disabled:hover {
opacity: 0.4;
}
.mention-context-highlight {
background-color: var(--vscode-textLink-activeForeground, #3794ff);
opacity: 0.3;
border-radius: 2px;
box-shadow: 0 0 0 0.5px var(--vscode-textLink-activeForeground, #3794ff);
color: transparent;
padding: 0.5px;
margin: -0.5px;
position: relative;
bottom: -0.5px;
}