File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282 display : flex ;
8383 align-items : center ;
8484 gap : 2px ;
85+ opacity : 0 ;
86+ pointer-events : none ;
87+ transition : opacity 0.5s ease ;
8588 }
8689
8790 .ai-history-btn {
122125 height : 26px ;
123126 border-radius : 3px ;
124127 cursor : pointer ;
125- opacity : 0 ;
128+ opacity : 0.7 ;
126129 transition : opacity 0.15s ease , background- color 0.15s ease ;
127- pointer-events : none ;
128130
129131 & :hover {
130132 opacity : 1 ;
153155 }
154156}
155157
156- /* Show settings gear on tab container hover */
157- .ai-tab-container :hover .ai-settings-btn {
158- opacity : 0.7 ;
158+ /* Show header actions on tab container hover */
159+ .ai-tab-container :hover .ai-chat-header-actions {
160+ opacity : 1 ;
159161 pointer-events : auto ;
162+ transition : opacity 0.15s ease ;
160163}
161164
165+
162166/* ── Session history dropdown ──────────────────────────────────────── */
163167/* When history is open, hide chat content and show the dropdown instead */
164168.ai-chat-panel.ai-history-open {
You can’t perform that action at this time.
0 commit comments