Skip to content

Commit 3b2551c

Browse files
authored
use pointer for edits entry (microsoft#256622)
1 parent 360e15e commit 3b2551c

File tree

1 file changed

+1
-1
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
19041904
}
19051905

19061906
.interactive-item-container.interactive-request .value .rendered-markdown.clickable:hover {
1907-
cursor: text;
1907+
cursor: pointer;
19081908
background-color: var(--vscode-chat-requestBubbleHoverBackground);
19091909
}
19101910

0 commit comments

Comments
 (0)