mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Only show "press enter" for the selected line in autocomplete.
This commit is contained in:
parent
6ee44bd6cc
commit
d26daf1dc0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue