From 9d50dabba5daf483b5001dea511fe62ecd97ea26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 29 Mar 2019 14:00:51 +0100 Subject: Undo contact deletion from list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/ContactsListItem.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'css') diff --git a/css/ContactsListItem.scss b/css/ContactsListItem.scss index e8bc8bdf..a18acb6e 100644 --- a/css/ContactsListItem.scss +++ b/css/ContactsListItem.scss @@ -19,6 +19,14 @@ * along with this program. If not, see . * */ +.app-content-list-item.deleted { + .app-content-list-item-icon__avatar { + filter: brightness(.8) grayscale(1); + } + .app-content-list-item-line-one { + text-decoration: line-through; + } +} .app-content-list-item-icon { overflow: hidden; -- cgit v1.2.3