File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/webviews/apps/plus/home/components Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments