From 782fb5d59ebbe6934f8ec97b9f2e77653cec2cb4 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Sun, 15 Oct 2017 09:35:16 -0400 Subject: [PATCH] revert user-select: none as default for all elements --- ui/scss/_gui.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/scss/_gui.scss b/ui/scss/_gui.scss index 64a69ea28..580862b54 100644 --- a/ui/scss/_gui.scss +++ b/ui/scss/_gui.scss @@ -9,7 +9,6 @@ body color: var(--text-color); font-family: 'Roboto', sans-serif; line-height: var(--font-line-height); - user-select: none; } /* Custom text selection */