Only show "press enter" for the selected line in autocomplete.

This commit is contained in:
Rob Blanckaert 2015-10-26 15:39:22 -04:00
parent 6ee44bd6cc
commit d26daf1dc0

View file

@ -75,6 +75,11 @@
// Set z-index of autocomplete popup smaller than the one of popovers
.ace_editor.ace_autocomplete
z-index: 20 !important
.ace_content
.ace_line .ace_rightAlignedText
display: none
.ace_line.ace_selected .ace_rightAlignedText
display: inline-block
html.no-borderimage
#tome-view