Renamed hint css class for focused hint.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 30 Mar 2013 00:51:29 +0000 (01:51 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 30 Mar 2013 00:51:29 +0000 (01:51 +0100)
src/hints.js

index f6c27ab..632cb4a 100644 (file)
@@ -4,7 +4,7 @@ function VimbHints(mode, usage, bg, bgf, fg, style, maxHints)
 {
     "use strict";
     var hClass      = "__hint";
-    var hClassFocus = "__hint_container";
+    var hClassFocus = "__hintFocus";
     var hConts      = [];
     var hints       = [];
     var focusNum    = 1;