Skip to content

Commit 5934cc9

Browse files
authored
style: update chat todo widget with box-shadow and remove border (microsoft#259894)
1 parent 26fa86f commit 5934cc9

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,9 +2370,8 @@ have to be updated for changes to the rules above, or to support more deeply nes
23702370
top: 0;
23712371
z-index: 100;
23722372
background-color: var(--vscode-sideBar-background);
2373-
border-bottom: 1px solid var(--vscode-chat-requestBorder);
23742373
padding: 8px 16px;
2375-
margin-bottom: 8px;
2374+
box-shadow: 0 2px 4px var(--vscode-scrollbar-shadow);
23762375
}
23772376

23782377
.chat-todo-list-widget .todo-list-expand {

0 commit comments

Comments
 (0)