Skip to content

Commit 54dc08b

Browse files
authored
"Cancel coding agent" button changes color on hover (#7190)
Fixes #7177 Fixes #7189
1 parent fec8a0a commit 54dc08b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

webviews/components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function CancelCodingAgentButton({ canEdit, codingAgentEvent }: { canEdit: boole
164164
View Session
165165
</button>
166166
)}
167-
<button title="Cancel Coding Agent" disabled={isBusy} className="small-button danger" onClick={cancel}>
167+
<button title="Cancel Coding Agent" disabled={isBusy} className="small-button" onClick={cancel}>
168168
Cancel Coding Agent
169169
</button>
170170
</div>

webviews/editorWebview/index.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,6 @@ body button .icon {
540540
flex: 1;
541541
}
542542

543-
.danger {
544-
background-color: var(--vscode-errorForeground);
545-
}
546-
547543
:not(.status-item)>.small-button {
548544
font-weight: 600;
549545
}

0 commit comments

Comments
 (0)