Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5d37f6f

Browse files
committedOct 6, 2021
Restore monaco suggestion highlights
1 parent fc0f674 commit 5d37f6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎arduino-ide-extension/src/browser/style/editor.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
background-size: 13px;
55
background-image: var(--theia-icon-circle);
66
}
7+
8+
.monaco-list-row.show-file-icons.focused {
9+
background-color: #d6ebff;
10+
}

0 commit comments

Comments
 (0)
Please sign in to comment.