mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
UI cleanups
This commit is contained in:
+1
@@ -54,6 +54,7 @@
|
||||
<TextTemplate />
|
||||
</ContentTemplates>
|
||||
</Messages>
|
||||
<AgentLoadingIndicator />
|
||||
</div>
|
||||
|
||||
<AgentState TState="DocumentState"
|
||||
|
||||
+8
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user