* Use jquery-ui's autocomplete module instead of typeahead

* Enable support for multiple tag autocomplete
This commit is contained in:
r888888888
2013-06-18 18:36:37 -07:00
parent 08463cdd9e
commit e0a14bb9eb
10 changed files with 100 additions and 68 deletions

View File

@@ -50,27 +50,6 @@ 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;