UI cleanups

This commit is contained in:
Javier Calvarro Nelson
2025-12-11 13:13:53 +01:00
parent c34a72c3bf
commit 0c93762cb6
15 changed files with 666 additions and 15 deletions
@@ -54,6 +54,7 @@
<TextTemplate />
</ContentTemplates>
</Messages>
<AgentLoadingIndicator />
</div>
<AgentState TState="DocumentState"
@@ -216,11 +216,11 @@
}
/* Agent Suggestions styling overrides */
::deep .suggestions-container {
::deep .agent-suggestions {
margin-bottom: 12px;
}
::deep .suggestion-chip {
::deep .agent-suggestions .suggestion-button {
background: #f3f4f6;
border: 1px solid #e5e7eb;
padding: 8px 14px;
@@ -231,7 +231,12 @@
transition: all 0.15s ease;
}
::deep .suggestion-chip:hover {
::deep .agent-suggestions .suggestion-button:hover:not(:disabled) {
background: #e5e7eb;
border-color: #d1d5db;
}
::deep .agent-suggestions .suggestion-button:disabled {
opacity: 0.5;
cursor: not-allowed;
}