Skip to content

Commit aa70284

Browse files
authored
Clean up model picker input styles (#298460)
* Clean up model picker input styles: remove background, add filter spacing * Use CSS :has() instead of imperative class for filter container
1 parent f06f862 commit aa70284

File tree

1 file changed

+5
-0
lines changed
  • src/vs/workbench/contrib/chat/browser/widget/media

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
14411441
outline: none;
14421442
box-shadow: none;
14431443
border-color: transparent;
1444+
background-color: transparent;
1445+
}
1446+
1447+
.action-widget .action-list-filter:has(.chat-model-picker-filter-input) {
1448+
margin-bottom: 4px;
14441449
}
14451450

14461451
.interactive-session .chat-input-toolbars .codicon-debug-stop {

0 commit comments

Comments
 (0)