From: Daniel Carl Date: Wed, 6 Jan 2016 09:43:16 +0000 (+0100) Subject: Remove element transitions for hinted elements. X-Git-Url: https://git.owens.tech/assets/me.webp/assets/me.webp/git?a=commitdiff_plain;h=d5863c9248bc58d7feb0fcbd0a674431b47f1a9e;p=vimb.git Remove element transitions for hinted elements. --- 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\