From c53dce9f564b3d8bcb712f3047d48a700ad2f82d Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Fri, 5 Dec 2014 20:17:46 +0200 Subject: replace jquery.autocomplete with our own autocompletion Missing: - handling dropdown in the middle of the sentence correctly (almost there, extra space added) - clicking changes focus (transition event related?) and .focus() doesn't work - could not find how to fix it. --- res/css/partials/input-bar.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/css/partials') diff --git a/res/css/partials/input-bar.scss b/res/css/partials/input-bar.scss index ec91defc..76b3c29a 100644 --- a/res/css/partials/input-bar.scss +++ b/res/css/partials/input-bar.scss @@ -57,6 +57,10 @@ list-style-type: none; } +.suggestion .selected { + color: blue; +} + .suggestion td{ position:fixed; -- cgit v1.3.1