From 9cfab40343c5a083840ad3d7763e094d6910f198 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Thu, 24 Dec 2020 17:52:41 +0200 Subject: [PATCH] cleanup --- src/components/SlidableInput.module.css | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/components/SlidableInput.module.css diff --git a/src/components/SlidableInput.module.css b/src/components/SlidableInput.module.css deleted file mode 100644 index 55a35ef55..000000000 --- a/src/components/SlidableInput.module.css +++ /dev/null @@ -1,4 +0,0 @@ -.input { - cursor: ew-resize; - user-select: none; -}