Skip to content

Commit 4523f4b

Browse files
authored
1 parent 304e340 commit 4523f4b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
.monaco-action-bar .checkbox-action-item {
5353
display: flex;
5454
align-items: center;
55+
border-radius: 2px;
56+
padding-right: 2px;
57+
}
58+
59+
.monaco-action-bar .checkbox-action-item:hover {
60+
background-color: var(--vscode-toolbar-hoverBackground);
5561
}
5662

5763
.monaco-action-bar .checkbox-action-item > .monaco-custom-toggle.monaco-checkbox {

0 commit comments

Comments
 (0)