Implement riot-web side of dragging GroupTile avatars to TagPanel

for adding groups to the TagPanel.
This commit is contained in:
Luke Barnard
2018-02-14 16:37:32 +00:00
parent 8c1d2a4555
commit 453b7d1007
2 changed files with 17 additions and 59 deletions

View File

@@ -115,6 +115,10 @@ limitations under the License.
cursor: pointer;
}
.mx_GroupTile_avatar {
cursor: -webkit-grab;
}
.mx_GroupTile_profile {
margin-left: 10px;
display: flex;