Bug fix: code complete dropdown background color in .main is accidentally overridden by hostedexplorer.less (#289)
This commit is contained in:
parent
703ceacd3f
commit
e4bab1de4b
|
@ -106,3 +106,7 @@
|
||||||
.expanded::before {
|
.expanded::before {
|
||||||
content: '';
|
content: '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monaco-editor .monaco-list .main {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
Loading…
Reference in New Issue