Skip to content

Commit 1262138

Browse files
Merge pull request #4494 from corentin-soriano/icon_container
Remove list-item-clicktoshow from icon-container.
2 parents 8004e27 + 6134a45 commit 1262138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/items.js.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4321,10 +4321,10 @@ function(teampassApplication) {
43214321
// Show user that password is badly encrypted
43224322
(value.pw_status === 'encryption_error' ? '<i class="fa-solid fa-exclamation-triangle fa-xs text-danger infotip mr-1" title="<?php echo $lang->get('pw_encryption_error'); ?>"></i>' : '') +
43234323
// Prepare item info
4324+
'</span>' +
43244325
'<span class="list-item-clicktoshow d-inline-flex' + (value.rights === 10 ? '' : ' pointer') + '" data-item-id="' + value.item_id + '" data-item-key="' + value.item_key + '">' +
43254326
// Show item fa_icon if set
43264327
(value.fa_icon !== '' ? '<i class="'+value.fa_icon+' mr-1 user-fa-icon"></i>' : '') +
4327-
'</span>' +
43284328
'<span class="list-item-row-description d-inline-block' + (value.rights === 10 ? ' font-weight-light' : '') + '"><i class="item-favorite-star fa-solid' + ((store.get('teampassApplication').highlightFavorites === 1 && value.is_favourited === 1) ? ' fa-star mr-1' : '') + '"></i>' + value.label + '</span>' + (value.rights === 10 ? '' : description) +
43294329
'<span class="list-item-row-description-extend"></span>' +
43304330
'</span>' +

0 commit comments

Comments
 (0)