Fix autosuggestion background color in dark mode (#2276)

This commit is contained in:
Lingfeng Zhang 2021-12-20 13:17:57 +08:00 committed by GitHub
parent abe8c39c5b
commit b2ad6c8a41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@
max-height: 10em;
overflow-y: auto;
border: 1px solid #aaa;
background-color: #fff;
background-color: -moz-field;
z-index: 2;
margin-left: -3px;