From 86e0aaa09f79ec75c42a980268a8d1edd08de415 Mon Sep 17 00:00:00 2001 From: Noah <26509744+LoopsGod@users.noreply.github.com> Date: Tue, 18 Aug 2020 14:26:04 +0200 Subject: [PATCH] Add is-clickable to helpers (#3085) * Add is-clickable to helpers * Be sure to add !important --- sass/helpers/other.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sass/helpers/other.sass b/sass/helpers/other.sass index 9aa271b3..e8bb93de 100644 --- a/sass/helpers/other.sass +++ b/sass/helpers/other.sass @@ -4,5 +4,8 @@ .is-shadowless box-shadow: none !important +.is-clickable + cursor: pointer !important + .is-unselectable @extend %unselectable