mirror of https://github.com/vector-im/riot-web
cursor: pointer on avatar picker
parent
fc470cd20d
commit
5ba3453dcc
|
@ -103,6 +103,10 @@ limitations under the License.
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_GroupView_avatarPicker_label {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_GroupView_cancelButton {
|
.mx_GroupView_cancelButton {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue