From d30498a2894f2eade19fbd22daf004fba2d2f3b3 Mon Sep 17 00:00:00 2001 From: Lipis Date: Tue, 21 Jan 2020 23:07:09 +0200 Subject: [PATCH] Pointer for Tool icons (#501) --- src/components/ToolIcon.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ToolIcon.scss b/src/components/ToolIcon.scss index 3fc72249..9cceba28 100644 --- a/src/components/ToolIcon.scss +++ b/src/components/ToolIcon.scss @@ -1,6 +1,7 @@ .ToolIcon { display: inline-block; position: relative; + cursor: pointer; } .ToolIcon__icon {