Skip to content

Commit

Permalink
SCM - fix action button border (#165048)
Browse files Browse the repository at this point in the history
Fix regression
  • Loading branch information
lszomoru authored Oct 31, 2022
1 parent 50b1bcc commit 3d30ef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/contrib/scm/browser/media/scm.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@
border: 1px solid var(--vscode-button-background);
}

.scm-view .button-container .monaco-description-button:hover {
border-color: var(--vscode-button-hoverBackground);
}

.scm-view .button-container .monaco-description-button > .monaco-button-label {
flex-grow: 1;
width: 0;
Expand Down

0 comments on commit 3d30ef3

Please sign in to comment.