aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-07-29 08:45:42 +0000
committerMario <mario@mariovavti.com>2021-07-29 08:45:42 +0000
commit943e7dd242caf5e66ce1d093b137e86db156aa73 (patch)
tree349cadc9fddabeba4cecece1b8935034c61dff2d /view
parentc1526b473b0bb5ff3d50e4acdb528f21a5a1d7e0 (diff)
downloadvolse-hubzilla-943e7dd242caf5e66ce1d093b137e86db156aa73.tar.gz
volse-hubzilla-943e7dd242caf5e66ce1d093b137e86db156aa73.tar.bz2
volse-hubzilla-943e7dd242caf5e66ce1d093b137e86db156aa73.zip
fix notification button class
Diffstat (limited to 'view')
-rw-r--r--view/tpl/notifications_widget.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index b75d9f796..0e0fac436 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -541,7 +541,7 @@
<div id="notifications" class="border border-bottom-0 rounded navbar-nav collapse">
{{foreach $notifications as $notification}}
<div class="rounded list-group list-group-flush collapse {{$notification.type}}-button">
- <a id="notification-link-{{$notification.type}}" class="collapsed list-group-item text-decoration-none notification-link" href="#" title="{{$notification.title}}" data-bs-target="#nav-{{$notification.type}}-sub" data-bs-toggle="collapse" data-sse_type="{{$notification.type}}">
+ <a id="notification-link-{{$notification.type}}" class="collapsed list-group-item fakelink notification-link" href="#" title="{{$notification.title}}" data-bs-target="#nav-{{$notification.type}}-sub" data-bs-toggle="collapse" data-sse_type="{{$notification.type}}">
<i class="fa fa-fw fa-{{$notification.icon}}"></i> {{$notification.label}}
<span class="float-end badge bg-{{$notification.severity}} {{$notification.type}}-update"></span>
</a>