mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-15 01:39:37 +00:00
Click on file container to open it
This commit is contained in:
@@ -540,6 +540,17 @@ const styles = `
|
||||
border: 1px solid var(--vscode-panel-border);
|
||||
border-radius: 4px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.diff-file-path:hover {
|
||||
background-color: var(--vscode-list-hoverBackground);
|
||||
border-color: var(--vscode-focusBorder);
|
||||
}
|
||||
|
||||
.diff-file-path:active {
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.file-path-short,
|
||||
|
||||
Reference in New Issue
Block a user