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`
172
172
:host-context(.vscode-high-contrast) .branch-item__missing {
173
173
--button-background: color-mix(in lab, var(--vscode-sideBar-background) 100%, #fff 3%);
174
174
--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%);
175
176
}
176
177
177
178
:host-context(.vscode-light) .branch-item__missing,
178
179
:host-context(.vscode-high-contrast-light) .branch-item__missing {
179
180
--button-background: color-mix(in lab, var(--vscode-sideBar-background) 100%, #000 8%);
180
181
--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%);
181
183
}
182
184
183
185
.branch-item__category {
You can’t perform that action at this time.
0 commit comments