From 770363213797f7a7bfb218991fd3d69737b56840 Mon Sep 17 00:00:00 2001 From: Ivan Obodianskyi Date: Sun, 23 Feb 2020 23:46:35 +0200 Subject: [PATCH] Removed dragging icon for trashed notes (closes #49) --- src/styles.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.sass b/src/styles.sass index 09bb78f..1963a65 100644 --- a/src/styles.sass +++ b/src/styles.sass @@ -444,6 +444,10 @@ header, button:not(:first-child) margin-left: 10px +#trashed-notes + .dragging-enabled + display: none + .dragging-enabled cursor: move