mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Trigger help-tooltips also by click (instead of only hover, which is Bootstraps default) (fixes #1468)
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
{{ $__t('Name') }}
|
||||
<i class="fas fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('This is the internal field name, e. g. for the API') }}"></i>
|
||||
</label>
|
||||
<input type="text"
|
||||
@@ -70,6 +71,7 @@
|
||||
{{ $__t('Caption') }}
|
||||
<i class="fas fa-question-circle text-muted"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('This is used to display the field on the frontend') }}"></i>
|
||||
</label>
|
||||
<input type="text"
|
||||
|
Reference in New Issue
Block a user