fix(client): Signin page button's cursor made pointer (#37478)

This commit is contained in:
Kishore Devaraj
2019-10-23 18:31:42 +05:30
committed by mrugesh
parent 37528a6d26
commit b6470f93dc

View File

@ -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,