nodebb-theme-harmony 1.1.87 → 1.1.89

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": "1.1.87",
3
+ "version": "1.1.89",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "url": "https://github.com/NodeBB/nodebb-theme-harmony/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@fontsource/inter": "5.0.14",
40
+ "@fontsource/inter": "5.0.15",
41
41
  "@fontsource/poppins": "5.0.8"
42
42
  },
43
43
  "devDependencies": {
@@ -9,6 +9,7 @@ ul.topics-list, ul.categories-list {
9
9
  background-color: mix($body-bg, $body-color, 90%);
10
10
  [component="topic/select"] {
11
11
  color: $success!important;
12
+ visibility: visible;
12
13
  }
13
14
  }
14
15
  p {
@@ -1,7 +1,7 @@
1
1
  <ul component="category" class="topics-list list-unstyled" itemscope itemtype="http://www.schema.org/ItemList" data-nextstart="{nextStart}" data-set="{set}">
2
2
 
3
3
  {{{ each topics }}}
4
- <li component="category/topic" class="category-item border-bottom py-3 py-lg-4 d-flex flex-column flex-lg-row align-items-start {function.generateTopicClass}" <!-- IMPORT partials/data/category.tpl -->>
4
+ <li component="category/topic" class="category-item hover-parent border-bottom py-3 py-lg-4 d-flex flex-column flex-lg-row align-items-start {function.generateTopicClass}" <!-- IMPORT partials/data/category.tpl -->>
5
5
  <link itemprop="url" content="{config.relative_path}/topic/{./slug}" />
6
6
  <meta itemprop="name" content="{function.stripTags, ./title}" />
7
7
  <meta itemprop="itemListOrder" content="descending" />
@@ -15,7 +15,7 @@
15
15
  </a>
16
16
  {{{ if showSelect }}}
17
17
  <div class="checkbox position-absolute top-100 start-50 translate-middle-x pt-2 m-0 d-none d-lg-flex" style="max-width:max-content">
18
- <i component="topic/select" class="fa text-muted pointer fa-square-o p-1"></i>
18
+ <i component="topic/select" class="fa text-muted pointer fa-square-o p-1 hover-visible"></i>
19
19
  </div>
20
20
  {{{ end }}}
21
21
  </div>