From 5eb649572c890054f7a6510af6bcb9119272625a Mon Sep 17 00:00:00 2001 From: Phil Hawksworth Date: Mon, 12 Mar 2018 15:48:03 +0000 Subject: [PATCH] corrected cursor over buttons --- src/scss/theme2/_main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/theme2/_main.scss b/src/scss/theme2/_main.scss index 73f6a73c..cea2ea5a 100644 --- a/src/scss/theme2/_main.scss +++ b/src/scss/theme2/_main.scss @@ -251,6 +251,7 @@ button { &:focus { color: $accent-color; background-color: rgba(0,0,0,1); + cursor: pointer; } &:active { color: rgba(0,0,0,1);