Assignee field like Jira #2452 , in progress.

Assignee can not be removed yet, it removes member, wrong link in popup.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-10-31 02:21:50 +02:00
parent 3f19091a91
commit 9e1aaf163f
8 changed files with 258 additions and 5 deletions

View file

@ -2,7 +2,8 @@
avatar-radius = 50%
.member
.member,
.assignee
border-radius: 3px
display: block
position: relative
@ -32,7 +33,8 @@ avatar-radius = 50%
height: 100%
width: @height
.member-presence-status
.member-presence-status,
.assignee-presence-status
background-color: #b3b3b3
border: 1px solid #fff
border-radius: 50%
@ -79,7 +81,8 @@ avatar-radius = 50%
color: white
&.add-member
&.add-member,
&.add-assignee
display: flex
align-items: center
justify-content: center
@ -111,7 +114,8 @@ avatar-radius = 50%
p
padding-top: 0
.member
.member,
.assignee
width: 50px
height: @width
margin-right: 10px