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

@@ -72,6 +72,7 @@
{{ $__t('Do not check against the shopping list when adding missing items to it') }} 
<i class="fas fa-question-circle text-muted"
data-toggle="tooltip"
data-trigger="hover click"
title="{{ $__t('By default the amount to be added to the shopping list is "needed amount - stock amount - shopping list amount" - when this is enabled, it is only checked against the stock amount, not against what is already on the shopping list') }}"></i>
</label>
</div>