From f53d7f5bd0ae3cbeec0549ef00662f81f755bc76 Mon Sep 17 00:00:00 2001
From: Timotej Lazar <timotej.lazar@fri.uni-lj.si>
Date: Tue, 28 Feb 2017 12:24:25 +0100
Subject: Use a default style for hint highligts

---
 js/codeq/hint.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/codeq/hint.js b/js/codeq/hint.js
index b869d99..a7abb7e 100644
--- a/js/codeq/hint.js
+++ b/js/codeq/hint.js
@@ -251,7 +251,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
                 'popup': function (template, hint, box) {
                     codeq.log.debug('Processing popup hint');
                     var args = hint.args,
-                        style = hint.style || '',
+                        style = hint.style || 'highlight',
                         langs = codeq.availableLangs,
                         translations = {},
                         lang, i, content, htmlPrefix, instFunc;
-- 
cgit v1.2.1