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 +1 -1
- package/public/persona.js +1 -1
- package/scss/modules/taskbar.scss +2 -2
package/package.json
CHANGED
package/public/persona.js
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
padding: 3px 15px;
|
|
73
73
|
font-size: 20px;
|
|
74
74
|
|
|
75
|
-
&.
|
|
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
|
}
|