mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-14 12:49:28 +00:00
Custom colors clean up (#1252)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
.monaco-list-row.show-file-icons.focused {
|
||||
background-color: #d6ebff;
|
||||
background-color: var(--theia-quickInputList-focusBackground);
|
||||
}
|
||||
|
||||
.monaco-editor .view-overlays .compiler-error {
|
||||
|
||||
Reference in New Issue
Block a user