Click on file container to open it

This commit is contained in:
andrepimenta
2025-06-24 03:46:44 +01:00
parent f603b4a298
commit be8be4c700
2 changed files with 15 additions and 4 deletions

View File

@@ -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,