aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-04 15:20:07 -0700
committerzotlabs <mike@macgirvin.com>2018-05-04 15:20:07 -0700
commit367937e479a40647a69dd2c3eb8d9b3c0122ef1c (patch)
treec90221aa471bd43fec058441ec32d7958e24404c /view
parent6e91d85bcb3e98874f4c5d06ccaf1bca26577872 (diff)
downloadvolse-hubzilla-367937e479a40647a69dd2c3eb8d9b3c0122ef1c.tar.gz
volse-hubzilla-367937e479a40647a69dd2c3eb8d9b3c0122ef1c.tar.bz2
volse-hubzilla-367937e479a40647a69dd2c3eb8d9b3c0122ef1c.zip
removed the fakelink attribute as it changed the colour of the down arrow. We probably do want to change the hover cursor but not the colour.
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/conv_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index dd83bd9e9..f954e1d7c 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -31,7 +31,7 @@
<div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}">
<img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-toggle="dropdown" />
{{if $item.thread_author_menu}}
- <i class="fa fa-caret-down wall-item-photo-caret fakelink" data-toggle="dropdown"></i>
+ <i class="fa fa-caret-down wall-item-photo-caret" data-toggle="dropdown"></i>
<div class="dropdown-menu">
{{foreach $item.thread_author_menu as $mitem}}
<a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a>