Skip to content

Commit 4726bd3

Browse files
committed
1 parent 179829e commit 4726bd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
/* Hover */
4646
.monaco-list-row:hover { background-color: #F0F0F0; }
4747
.vs-dark .monaco-list-row:hover { background-color: rgba(255, 255, 255, 0.08); }
48-
.hc-black .monaco-list-row:hover { outline: 1px dashed #f38518; background: transparent; }
48+
.hc-black .monaco-list-row:hover { outline: 1px dashed #f38518; outline-offset: -1px; background: transparent; }
4949

5050
/* Focus */
5151
.monaco-list.element-focused { outline: 0 !important; }
5252
.monaco-list-row.focused { background-color: #DCEBFC; }
5353
.vs-dark .monaco-list-row.focused { background-color: #073655; }
54-
.hc-black .monaco-list-row.focused { outline: 1px dotted #f38518; background: transparent }
54+
.hc-black .monaco-list-row.focused { outline: 1px dotted #f38518; outline-offset: -1px; background: transparent }
5555

5656
/* Selection */
5757
.monaco-list-row.selected { background-color: #4FA7FF; color: white; }

0 commit comments

Comments
 (0)