switch autocomplete plugin to typeahead library

This commit is contained in:
r888888888
2013-06-06 17:47:28 -07:00
parent 17cfb5f3fc
commit a0e6b20dd0
6 changed files with 45 additions and 52 deletions

View File

@@ -50,6 +50,27 @@ a.blacklisted-active {
background-color: rgba(0,0,0,0.1);
}
.tt-suggestions {
background: white;
display: block;
border: 1px solid black;
margin: 0;
padding: 0;
}
.tt-suggestion {
background: white;
padding: 0.25em 0.5em;
}
.tt-is-under-cursor {
background: $highlight_color;
}
.tt-suggestion p {
margin: 0;
}
#has-parent-relationship-preview, #has-children-relationship-preview {
overflow-x: auto;
white-space: nowrap;