Skip to content

Commit 951d439

Browse files
authored
Merge pull request #310690 from microsoft/mrleemurray/beneficial-indigo-mosquito
Agents: Refactor AI Customization Management CSS for improved styling consistency
2 parents 688c0b7 + 5df3679 commit 951d439

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,25 @@
3333
gap: 4px;
3434
padding: 2px 0 6px;
3535
margin-bottom: 6px;
36-
border-bottom: 1px solid var(--vscode-sideBarSectionHeader-border, transparent);
36+
border-bottom: 1px solid var(--vscode-sideBarSectionHeader-border, var(--vscode-panel-border, var(--vscode-widget-border, transparent)));
3737
}
3838

3939
.ai-customization-management-editor .sidebar-home-button {
4040
flex-shrink: 0;
4141
display: flex;
4242
align-items: center;
4343
gap: 10px;
44-
padding: 5px 8px;
44+
padding: 4px 8px;
4545
border: none;
4646
border-radius: 4px;
47-
background: var(--vscode-dropdown-background);
48-
color: var(--vscode-dropdown-foreground);
47+
background: transparent;
48+
color: var(--vscode-foreground);
4949
cursor: pointer;
5050
font-size: 12px;
5151
font-weight: 600;
5252
line-height: 18px;
5353
font-family: inherit;
54+
transition: background-color 0.1s ease;
5455
}
5556

5657
.ai-customization-management-editor .sidebar-home-button:hover {

0 commit comments

Comments
 (0)