Skip to content

Commit

Permalink
fix: Autocomplete stopped working after upgrade to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Jun 9, 2022
1 parent 7a4f9e2 commit 48e6b60
Showing 1 changed file with 5 additions and 36 deletions.
41 changes: 5 additions & 36 deletions lib/ace/autocomplete/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,49 +342,18 @@ dom.importCssString("\
opacity: 0.5;\
margin: 0.9em;\
}\
.ace_completion-message {\
color: blue;\
}\
.ace_editor.ace_autocomplete .ace_completion-highlight{\
color: #2d69c7;\
}\
.ace_dark.ace_editor.ace_autocomplete .ace_completion-highlight{\
color: #93ca12;\
}\
.ace_autocomplete.ace-tm .ace_marker-layer .ace_active-line {\
background-color: #CAD6FA;\
z-index: 1;\
}\
.ace_autocomplete.ace-tm .ace_line-hover {\
border: 1px solid #abbffe;\
margin-top: -1px;\
background: rgba(233,233,253,0.4);\
}\
.ace_autocomplete .ace_line-hover {\
position: absolute;\
z-index: 2;\
}\
.ace_autocomplete .ace_scroller {\
background: none;\
border: none;\
box-shadow: none;\
}\
.ace_rightAlignedText {\
color: gray;\
display: inline-block;\
position: absolute;\
right: 4px;\
text-align: right;\
z-index: -1;\
}\
.ace_completion-message {\
color: blue;\
}\
.ace_autocomplete .ace_completion-highlight{\
text-shadow: 0 0 0.01em;\
}\
.ace_autocomplete {\
width: 280px;\
.ace_editor.ace_autocomplete {\
width: 300px;\
z-index: 200000;\
background: #fbfbfb;\
color: #444;\
border: 1px lightgray solid;\
position: fixed;\
box-shadow: 2px 3px 5px rgba(0,0,0,.2);\
Expand Down

0 comments on commit 48e6b60

Please sign in to comment.