From b6470f93dc174bc5abaaa0fd1fe5c8d17da1f0b1 Mon Sep 17 00:00:00 2001 From: Kishore Devaraj Date: Wed, 23 Oct 2019 18:31:42 +0530 Subject: [PATCH] fix(client): Signin page button's cursor made pointer (#37478) --- client/src/components/layouts/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 4650a2d2f0..1f3608cd29 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -154,6 +154,7 @@ input[type='submit']:hover, border-color: var(--secondary-color); background-color: var(--secondary-color); color: var(--secondary-background); + cursor: pointer; } .btn:active,