GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 395 forks source link

Tooltip/label timeout #371

Closed mpatelj closed 7 years ago

mpatelj commented 7 years ago

Is it possible to change the default timeout for the toolbar labels. It takes too long for the tooltips to show up; around 3 seconds.

anthonyjb commented 7 years ago

Hi @mpatelj,

Yes - the simplest option is to change the transition-delay here (currently 2 seconds): https://github.com/GetmeUK/ContentTools/blob/8e69ab23bbbc62d9f1cb2d6181377264d3b013e5/src/styles/_settings.scss#L74 and recompiling the SASS.

mpatelj commented 7 years ago

Thanks for prompt reply.