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

View File

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