From 528a4fcf8dfc9d8df2c7fa240d707e3b27844210 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Mon, 3 Aug 2020 18:21:51 -0400 Subject: [PATCH] App: button text should not be user-selectable --- src/components/App/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/App/App.css b/src/components/App/App.css index d3f8a33..c60779d 100644 --- a/src/components/App/App.css +++ b/src/components/App/App.css @@ -46,6 +46,7 @@ button { font-size: 20px; line-height: 30px; cursor: pointer; + user-select: none; } button.main-button {