From 137d6bf55e90a086a6de44464f7beef828b5a7c1 Mon Sep 17 00:00:00 2001 From: Yohn Date: Tue, 3 Dec 2024 13:42:12 -0500 Subject: [PATCH] Remove pointer cursor #14 --- scss/content/_button.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/content/_button.scss b/scss/content/_button.scss index 2887e7e9..ef1598b4 100644 --- a/scss/content/_button.scss +++ b/scss/content/_button.scss @@ -55,7 +55,6 @@ line-height: var(#{$css-var-prefix}line-height); text-align: center; text-decoration: none; - cursor: pointer; user-select: none; @if $enable-transitions {