fix: remove history item click outline
This commit is contained in:
@@ -187,7 +187,7 @@ export function AgentHistoryPanel({
|
||||
<motion.button
|
||||
key="session-summary"
|
||||
type="button"
|
||||
className="min-w-0 text-left"
|
||||
className="agent-history-session-trigger min-w-0 text-left"
|
||||
disabled={itemLoading || deleting}
|
||||
initial="initial"
|
||||
animate="animate"
|
||||
|
||||
@@ -761,6 +761,10 @@ button:disabled {
|
||||
background-color: var(--agent-floating-reading-active);
|
||||
}
|
||||
|
||||
button.agent-history-session-trigger:not(:disabled):active {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.agent-history-rename-input,
|
||||
.agent-history-rename-input:focus-visible {
|
||||
border-color: #cbd5e1;
|
||||
|
||||
Reference in New Issue
Block a user