mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 15:06:55 +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 {
|
||||
content: '';
|
||||
}
|
||||
|
||||
.monaco-editor .monaco-list .main {
|
||||
background-color: transparent;
|
||||
}
|
Loading…
Reference in New Issue
Block a user