fix: remove history item click outline

This commit is contained in:
2026-07-28 17:41:04 +08:00
parent 73896a893f
commit 3ba62ceacb
3 changed files with 22 additions and 1 deletions
+4
View File
@@ -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;