Trigger help-tooltips also by click (instead of only hover, which is Bootstraps default) (fixes #1468)

This commit is contained in:
Bernd Bestel
2021-06-27 19:34:28 +02:00
parent b7a6b91039
commit 33ea1e56cf
22 changed files with 39 additions and 18 deletions

View File

@@ -117,6 +117,7 @@
for="use_specific_stock_entry">{{ $__t('Use a specific stock item') }}
&nbsp;<i class="fas fa-question-circle text-muted"
data-toggle="tooltip"
data-trigger="hover click"
title="{{ $__t('The first item in this list would be picked by the default rule which is "Opened first, then first due first, then first in first out"') }}"></i>
</label>
</div>