File tree 2 files changed +3
-3
lines changed
skins/vector/css/vector-web/structures
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ module.exports = React.createClass({
244
244
</ div >
245
245
{ panel }
246
246
< div className = "mx_RightPanel_footer" >
247
- < div className = "mx_RightPanel_invite" >
248
- < div className = "mx_RightPanel_icon" onClick = { this . onInviteButtonClick } >
247
+ < div className = "mx_RightPanel_invite" onClick = { this . onInviteButtonClick } >
248
+ < div className = "mx_RightPanel_icon" >
249
249
< TintableSvg src = "img/icon-invite-people.svg" width = "35" height = "35" />
250
250
</ div >
251
251
< div className = "mx_RightPanel_message" > Invite to this room</ div >
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ limitations under the License.
110
110
color : # 4A4A4A ;
111
111
padding-top : 13px ;
112
112
padding-left : 5px ;
113
+ cursor : pointer;
113
114
}
114
115
115
116
.collapsed .mx_RightPanel_footer .mx_RightPanel_invite {
@@ -118,7 +119,6 @@ limitations under the License.
118
119
119
120
.mx_RightPanel_invite .mx_RightPanel_icon {
120
121
display : inline-block;
121
- cursor : pointer;
122
122
}
123
123
124
124
.mx_RightPanel_invite .mx_RightPanel_icon object {
You can’t perform that action at this time.
0 commit comments