feat(FN-3465): add review-before-apply flow to agent onboarding modal, fix
Adds a review-before-apply flow to the Experimental Agent Onboarding Modal with an explicit draft review gate, updating the modal component and its co-located CSS, plus test coverage. Also corrects the focus ring token used in the ChatView session delete action. Fusion-Task-Id: FN-3465
This commit is contained in:
@@ -174,8 +174,8 @@
|
||||
|
||||
.chat-session-delete-btn:focus {
|
||||
opacity: 1;
|
||||
outline: 2px solid var(--focus-ring-strong);
|
||||
outline-offset: 1px;
|
||||
outline: none;
|
||||
box-shadow: var(--focus-ring-strong);
|
||||
}
|
||||
|
||||
/* Context menu for session items */
|
||||
|
||||
Reference in New Issue
Block a user