From d5863c9248bc58d7feb0fcbd0a674431b47f1a9e Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Wed, 6 Jan 2016 10:43:16 +0100
Subject: [PATCH] Remove element transitions for hinted elements.

---
 src/config.def.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/config.def.h b/src/config.def.h
index 97531bf..c790f7f 100644
--- a/src/config.def.h
+++ b/src/config.def.h
@@ -104,7 +104,9 @@ opacity:0.7\
 }\
 ._hintElem{\
 background-color:#ff0 !important;\
-color:#000 !important\
+color:#000 !important;\
+transition:all 0 !important;\
+transition-delay:all 0 !important\
 }\
 ._hintElem._hintFocus{\
 background-color:#8f0 !important\
-- 
2.20.1