Skip to content

Commit 5be6ae4

Browse files
authored
Merge pull request microsoft#191803 from microsoft/ben/eerie-fowl
voice - make stop icon more explicit
2 parents 65dd28d + afa0d9f commit 5be6ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/electron-sandbox/actions/media/voiceChatActions.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
.monaco-workbench .interactive-input-part .monaco-action-bar .action-label.codicon-loading.codicon-modifier-spin:not(.disabled):hover::before,
1212
.monaco-workbench .inline-chat .monaco-action-bar .action-label.codicon-loading.codicon-modifier-spin:not(.disabled):hover::before {
13-
content: "\eba5"; /* use `stop-circle` icon unicode for hovering over running voice recording */
13+
content: "\ead7"; /* use `debug-stop` icon unicode for hovering over running voice recording */
1414
}

0 commit comments

Comments
 (0)