tweak(ui): add open-file tooltip icon

This commit is contained in:
David Hill
2026-02-19 00:15:14 +00:00
parent 40f00ccc1c
commit 44049540b0
3 changed files with 18 additions and 10 deletions

View File

@@ -163,6 +163,7 @@
[data-slot="session-review-file-name-container"] {
display: flex;
align-items: center;
flex-grow: 1;
min-width: 0;
}
@@ -193,6 +194,8 @@
cursor: pointer;
border-radius: 4px;
opacity: 0;
will-change: opacity;
transform: translateZ(0);
transition: opacity 0.15s ease;
&:hover {