nodebb-theme-harmony 1.0.0-beta.90 → 1.0.0-beta.91

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.0.0-beta.90",
3
+ "version": "1.0.0-beta.91",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -22,6 +22,11 @@ ul.topics-list {
22
22
  }
23
23
  }
24
24
 
25
+ // all other skins use link-color for unread titles
26
+ &.unread .title {
27
+ color: $link-color;
28
+ }
29
+
25
30
  > .thumb-avatar-box {
26
31
  flex: none;
27
32
  display: none;
@@ -163,6 +168,9 @@ ul.topics-list {
163
168
  }
164
169
  }
165
170
  }
171
+ }
166
172
 
167
-
173
+ // on default skin use primary color for unread titles
174
+ .skin-noskin ul.topics-list li.unread .title {
175
+ color: $primary;
168
176
  }
@@ -28,7 +28,7 @@
28
28
  {{{ if topics.noAnchor }}}
29
29
  <span>{./title}</span>
30
30
  {{{ else }}}
31
- <a class="{{{ if ./unread }}}text-primary{{{ else }}}text-reset{{{ end }}}" href="{config.relative_path}/topic/{./slug}{{{ if ./bookmark }}}/{./bookmark}{{{ end }}}">{./title}</a>
31
+ <a class="text-reset" href="{config.relative_path}/topic/{./slug}{{{ if ./bookmark }}}/{./bookmark}{{{ end }}}">{./title}</a>
32
32
  {{{ end }}}
33
33
  </h2>
34
34
  <div class="info">
@@ -49,7 +49,7 @@
49
49
  <i class="fa fa-arrow-circle-right"></i>
50
50
  [[topic:moved]]
51
51
  </span>
52
- {{{each ./icons}}}<span class="lh-1 me-2">{@value}</span>{{{end}}}
52
+ {{{each ./icons}}}<span class="lh-1">{@value}</span>{{{end}}}
53
53
  </span>
54
54
  {{{ if !template.category }}}
55
55
  <a class="lh-1" href="{config.relative_path}/category/{./category.slug}">{function.buildCategoryLabel, ./category, "border"}</a>