From f6ce5dff74ae5ebf19e72fb0868a599e446b3205 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Tue, 24 May 2016 11:18:42 +0200 Subject: [PATCH] Added pointer cursor for core cancel button. HFJ-1930 (cherry picked from commit c6b3b06) --- styles/h5p-core-button.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/h5p-core-button.css b/styles/h5p-core-button.css index 04f33a3..3ba392e 100644 --- a/styles/h5p-core-button.css +++ b/styles/h5p-core-button.css @@ -54,6 +54,7 @@ button.h5p-core-cancel-button { margin-right: 1em; font-size: 1em; text-decoration: none; + cursor: pointer; } button.h5p-core-cancel-button:hover,