summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-29 14:00:51 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-29 14:59:05 +0100
commit9d50dabba5daf483b5001dea511fe62ecd97ea26 (patch)
treec80fb1e19df5738e178b2e76bf3e9da1aacad620 /css
parent68d5c51256b96a90e42579d2deeceb1f027cd016 (diff)
Undo contact deletion from list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/ContactsListItem.scss8
1 files changed, 8 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*
*/
+.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;