Theia 18 hotfixes (#528)

* Restore monaco suggestion highlights

* remove duplicated tabs on startup

* fix rename and delete sketch

* remove '.only(...)' in tests

Co-authored-by: Alberto Iannaccone <a.iannaccone@arduino.cc>
This commit is contained in:
Francesco Stasi
2021-10-06 17:50:02 +02:00
committed by GitHub
parent fc0f67493b
commit 846c22cb03
4 changed files with 44 additions and 10 deletions

View File

@@ -4,3 +4,7 @@
background-size: 13px;
background-image: var(--theia-icon-circle);
}
.monaco-list-row.show-file-icons.focused {
background-color: #d6ebff;
}