Skip to content

Commit

Permalink
fix: improve tab focus feedback for chat related files (#241778)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Feb 24, 2025
1 parent 0ff9bfd commit c9ed24f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/vs/workbench/contrib/chat/browser/media/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
width: fit-content;
padding: 0px;
border: none;
height: 18px;
}

.chat-related-files .monaco-button-dropdown .monaco-text-button span {
Expand All @@ -724,16 +725,18 @@ have to be updated for changes to the rules above, or to support more deeply nes
align-items: center;
overflow: hidden;
padding: 0 0 0 2px;
gap: 2px;
}

.chat-related-files .monaco-button.codicon.codicon-add {
display: flex;
flex-direction: column;
color: var(--vscode-descriptionForeground);
padding-right: 4px;
padding-left: 4px;
padding-top: 5px;
padding-top: 3px;
font-size: 14px; /* The + codicon is large, make it look more like the x codicon */
height: 100%;
height: calc(100% - 3px);
width: 20px;
outline-offset: -2px !important;
}

.interactive-session .chat-related-files .monaco-icon-label::before {
Expand Down

0 comments on commit c9ed24f

Please sign in to comment.