mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Trigger help-tooltips also by click (instead of only hover, which is Bootstraps default) (fixes #1468)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
@yield('title')
|
||||
<i class="fas fa-question-circle text-muted small"
|
||||
data-toggle="tooltip"
|
||||
data-trigger="hover click"
|
||||
title="{{ $__t('Here you can print a page per location with the current stock, maybe to hang it there and note the consumed things on it') }}"></i>
|
||||
</h2>
|
||||
<div class="float-right">
|
||||
|
Reference in New Issue
Block a user