nodebb-theme-persona 13.0.5 → 13.0.6

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-persona",
3
- "version": "13.0.5",
3
+ "version": "13.0.6",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
package/public/persona.js CHANGED
@@ -155,7 +155,7 @@ $(document).ready(function () {
155
155
  } else {
156
156
  el.css('background-color', user['icon:bgColor'])
157
157
  .text(user['icon:text'])
158
- .addClass('user-icon');
158
+ .addClass('avatar');
159
159
  }
160
160
  }
161
161
  });
@@ -72,7 +72,7 @@
72
72
  padding: 3px 15px;
73
73
  font-size: 20px;
74
74
 
75
- &.user-icon {
75
+ &.avatar {
76
76
  overflow: visible;
77
77
  }
78
78
 
@@ -114,6 +114,7 @@
114
114
  &.taskbar-composer {
115
115
  a, a:hover, a:focus, a:active {
116
116
  background-color: $danger;
117
+ color: white;
117
118
  background-size: cover;
118
119
  }
119
120
  }
@@ -152,7 +153,6 @@
152
153
  i {
153
154
  font-size: 18px;
154
155
  line-height: 42px;
155
- color: $body-color;
156
156
  }
157
157
  }
158
158
  }