Add extra styling for autocomplete

This commit is contained in:
Dan Sosedoff 2019-11-02 13:37:52 -05:00
parent 9afc152f25
commit bc95e8dced
2 changed files with 38 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -792,6 +792,10 @@
font-size: 12px;
}
.ace_active-line {
.ace_content .ace_active-line {
background: none !important;
}
.ace_autocomplete .ace_active-line {
background: #eee !important;
}