Skip to content

Commit 32e10d5

Browse files
authored
SCM - Fix inconsistent outline for the commit action button (microsoft#154091)
Fix inconsistent outline for the commit action button
1 parent 11d625e commit 32e10d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/base/browser/ui/button/button.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
cursor: pointer;
3939
}
4040

41+
.monaco-button-dropdown > .monaco-button:focus {
42+
outline-offset: -1px !important;
43+
}
44+
4145
.monaco-button-dropdown > .monaco-dropdown-button {
4246
margin-left: 1px;
4347
}

0 commit comments

Comments
 (0)