diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-10-31 02:21:50 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-10-31 02:21:50 +0200 |
commit | 9e1aaf163f3bd0b3c2d2aee8225d111f83b3d421 (patch) | |
tree | 8091ce62d88a69c2974748833e20ec6c23c6f17f /client/components/users/userAvatar.styl | |
parent | 3f19091a913142f983e9087b069802220e29426b (diff) | |
download | wekan-9e1aaf163f3bd0b3c2d2aee8225d111f83b3d421.tar.gz wekan-9e1aaf163f3bd0b3c2d2aee8225d111f83b3d421.tar.bz2 wekan-9e1aaf163f3bd0b3c2d2aee8225d111f83b3d421.zip |
Assignee field like Jira #2452 , in progress.
Assignee can not be removed yet, it removes member, wrong link in popup.
Thanks to xet7 !
Diffstat (limited to 'client/components/users/userAvatar.styl')
-rw-r--r-- | client/components/users/userAvatar.styl | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/client/components/users/userAvatar.styl b/client/components/users/userAvatar.styl index b962b01c..5fcd9f6c 100644 --- a/client/components/users/userAvatar.styl +++ b/client/components/users/userAvatar.styl @@ -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 |