nodebb-theme-harmony 3.2.12 → 3.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "3.2.12",
3
+ "version": "3.2.13",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.15.1"
6
6
  },
@@ -11,8 +11,8 @@
11
11
  <ul class="notifications-dropdown dropdown-menu p-1 shadow" role="menu">
12
12
  {{{ if !config.hideReadNotifications }}}
13
13
  <li class="d-flex gap-1 align-items-center">
14
- <button type="button" class="btn btn-ghost btn-sm ff-secondary active px-3" data-filter="all">{{tx("notifications:all")}}</button>
15
- <button type="button" class="btn btn-ghost btn-sm ff-secondary d-flex align-items-center gap-2" data-filter="unread">{{tx("unread:title")}} <span component="notifications/count" class="{{{ if !unreadCount.notification }}}hidden{{{ end }}}">{unreadCount.notification}</span></button>
14
+ <button type="button" class="btn btn-ghost btn-sm ff-secondary {{{ if !unreadCount.notification }}}active{{{ end }}} px-3" data-filter="all">{{tx("notifications:all")}}</button>
15
+ <button type="button" class="btn btn-ghost btn-sm ff-secondary d-flex align-items-center gap-2 {{{ if unreadCount.notification }}}active{{{ end }}}" data-filter="unread">{{tx("unread:title")}} <span component="notifications/count" class="{{{ if !unreadCount.notification }}}hidden{{{ end }}}">{unreadCount.notification}</span></button>
16
16
  </li>
17
17
  <li class="dropdown-divider"></li>
18
18
  {{{ end }}}