From 651d5432f2098e83798f6c31f250d44b5babdb7f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 5 Mar 2019 18:04:50 -0500 Subject: [PATCH] Fix cursor in preset icons --- css/80_app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 62d2674ea..e269310fe 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1158,7 +1158,6 @@ a.hide-toggle { } .preset-icon-fill { - cursor: inherit; margin: auto; position: absolute; width: 100%; @@ -1166,6 +1165,10 @@ a.hide-toggle { left: 0; top: 0; } +.preset-icon-container svg, +.preset-icon-container svg > * { + cursor: inherit !important; +} .preset-icon-fill path.area.stroke { fill: transparent; }