mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Highlight mentions in task header and messages
This commit is contained in:
@@ -146,7 +146,7 @@ vscode-dropdown::part(listbox) {
|
||||
.mention-context-highlight {
|
||||
background-color: var(--vscode-textLink-activeForeground, #3794ff);
|
||||
opacity: 0.3;
|
||||
border-radius: 2px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 0 0.5px var(--vscode-textLink-activeForeground, #3794ff);
|
||||
color: transparent;
|
||||
padding: 0.5px;
|
||||
@@ -154,3 +154,14 @@ vscode-dropdown::part(listbox) {
|
||||
position: relative;
|
||||
bottom: -0.5px;
|
||||
}
|
||||
|
||||
.mention-context-highlight-visible-with-shadow {
|
||||
background-color: color-mix(in srgb, var(--vscode-badge-foreground) 35%, transparent);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 0 0.5px color-mix(in srgb, var(--vscode-badge-foreground) 35%, transparent);
|
||||
}
|
||||
|
||||
.mention-context-highlight-visible-without-shadow {
|
||||
background-color: color-mix(in srgb, var(--vscode-badge-foreground) 35%, transparent);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user