Bug fix: code complete dropdown background color in .main is accidentally overridden by hostedexplorer.less (#289)

This commit is contained in:
Laurent Nguyen 2020-10-26 15:46:01 +01:00 committed by GitHub
parent 703ceacd3f
commit e4bab1de4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -106,3 +106,7 @@
.expanded::before {
content: '';
}
.monaco-editor .monaco-list .main {
background-color: transparent;
}