Skip to content

Commit 3ebae2f

Browse files
committed
Adds a border to PR and Issue buttons on home
1 parent d97d696 commit 3ebae2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/webviews/apps/plus/home/components/branch-card.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,14 @@ export const branchCardStyles = css`
172172
:host-context(.vscode-high-contrast) .branch-item__missing {
173173
--button-background: color-mix(in lab, var(--vscode-sideBar-background) 100%, #fff 3%);
174174
--button-hover-background: color-mix(in lab, var(--vscode-sideBar-background) 100%, #fff 1.5%);
175+
--button-border: color-mix(in lab, var(--vscode-sideBar-background) 100%, #fff 12%);
175176
}
176177
177178
:host-context(.vscode-light) .branch-item__missing,
178179
:host-context(.vscode-high-contrast-light) .branch-item__missing {
179180
--button-background: color-mix(in lab, var(--vscode-sideBar-background) 100%, #000 8%);
180181
--button-hover-background: color-mix(in lab, var(--vscode-sideBar-background) 100%, #000 10%);
182+
--button-border: color-mix(in lab, var(--vscode-sideBar-background) 100%, #000 14%);
181183
}
182184
183185
.branch-item__category {

0 commit comments

Comments
 (0)