mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +00:00
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…
x
Reference in New Issue
Block a user