From 73fd3539659191626e236c4924d927da1ba0e9e9 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Tue, 20 Sep 2022 23:39:16 +0300 Subject: [PATCH] fix webkit bug with input labels --- frontend/public/global.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/public/global.css b/frontend/public/global.css index 84b19f9..4fcc834 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -198,7 +198,6 @@ body { .input-label { text-transform: uppercase; color: var(--foreground-color-2); - pointer-events: none; user-select: none; }