From 8316a716b6b8fb6605e3138fc6edcf97d86ae57d Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 4 Mar 2018 00:26:41 +0300 Subject: [PATCH] remove avatar background --- web/TODO.md | 5 ----- web/app/components/comment/__avatar/comment__avatar.scss | 1 - 2 files changed, 6 deletions(-) diff --git a/web/TODO.md b/web/TODO.md index 00d74b6b..d2a48ea9 100644 --- a/web/TODO.md +++ b/web/TODO.md @@ -1,14 +1,9 @@ major features: - improve design - - disable inputs for guests - - hide reply links for guests - check mobile ui - add icons for social networks - - remove grey avatars 'cause we have default img - add time format 'X hours ago' - - use static buttons 'reply', 'pin', etc instead of dynamic - - maybe we should change layout: vote buttons | avatar | info; info: (top: name, points, time), (center: text), (bottom: controls) - edit comment - `PUT /api/v1/comment/{id}?site=site-id&url=post-url` - add description of web part to readme diff --git a/web/app/components/comment/__avatar/comment__avatar.scss b/web/app/components/comment/__avatar/comment__avatar.scss index 44e08462..124aeaa5 100644 --- a/web/app/components/comment/__avatar/comment__avatar.scss +++ b/web/app/components/comment/__avatar/comment__avatar.scss @@ -8,5 +8,4 @@ height: $avatarSize; margin-right: $avatarOffset; border-radius: 4px; - background: #eee; }