diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-11 12:35:08 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-11 12:35:08 +0200 |
commit | 216887490e3be0ba141484afc11d37475e91562d (patch) | |
tree | b1ba81dc991f06966713864525f6f993d3fa9e90 /client/components/users | |
parent | 765b0168eaaeb28550dfb698de0b6cec9f9c2113 (diff) | |
download | wekan-216887490e3be0ba141484afc11d37475e91562d.tar.gz wekan-216887490e3be0ba141484afc11d37475e91562d.tar.bz2 wekan-216887490e3be0ba141484afc11d37475e91562d.zip |
Fix card title edition
Closes #184
Diffstat (limited to 'client/components/users')
-rw-r--r-- | client/components/users/userAvatar.styl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/users/userAvatar.styl b/client/components/users/userAvatar.styl index ed583288..010311b6 100644 --- a/client/components/users/userAvatar.styl +++ b/client/components/users/userAvatar.styl @@ -95,7 +95,6 @@ avatar-radius = 50% align-items: center justify-content: center box-shadow: 0 0 0 2px darken(white, 25%) inset - background: darken(white, 5%) .atMention background: #dbdbdb |