summaryrefslogtreecommitdiffstats
path: root/client/components/users/userAvatar.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-02 16:12:40 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-02 16:12:40 +0200
commit3e8f9ef1a5275a5e9b691c7e74dc73b97a43689a (patch)
treee035c173de03a19ba61e718035609d1881edfd0c /client/components/users/userAvatar.styl
parent92efb8bec4744d7eacb134109a325a2c960790cb (diff)
downloadwekan-3e8f9ef1a5275a5e9b691c7e74dc73b97a43689a.tar.gz
wekan-3e8f9ef1a5275a5e9b691c7e74dc73b97a43689a.tar.bz2
wekan-3e8f9ef1a5275a5e9b691c7e74dc73b97a43689a.zip
Assignee field like Jira #2452 , in progress.
Added features: - Assignee can now be added and removed. - Avatar icon is at card and assignee details TODO: - When selecting new assignee (+) icon, list does not yet show avatars and names who to add. There is empty avatar without name. Thanks to xet7 !
Diffstat (limited to 'client/components/users/userAvatar.styl')
-rw-r--r--client/components/users/userAvatar.styl12
1 files changed, 4 insertions, 8 deletions
diff --git a/client/components/users/userAvatar.styl b/client/components/users/userAvatar.styl
index 5fcd9f6c..b962b01c 100644
--- a/client/components/users/userAvatar.styl
+++ b/client/components/users/userAvatar.styl
@@ -2,8 +2,7 @@
avatar-radius = 50%
-.member,
-.assignee
+.member
border-radius: 3px
display: block
position: relative
@@ -33,8 +32,7 @@ avatar-radius = 50%
height: 100%
width: @height
- .member-presence-status,
- .assignee-presence-status
+ .member-presence-status
background-color: #b3b3b3
border: 1px solid #fff
border-radius: 50%
@@ -81,8 +79,7 @@ avatar-radius = 50%
color: white
- &.add-member,
- &.add-assignee
+ &.add-member
display: flex
align-items: center
justify-content: center
@@ -114,8 +111,7 @@ avatar-radius = 50%
p
padding-top: 0
- .member,
- .assignee
+ .member
width: 50px
height: @width
margin-right: 10px