From d39e87e0f207b5c5adb7613ad2d6ac91d6186190 Mon Sep 17 00:00:00 2001 From: iversonLv Date: Thu, 9 Jan 2020 23:44:53 +0800 Subject: [PATCH] issues_2583 After selecting Logo dropdown the cursor is turning to hand symbol --- src/assets/sass/_global/_utils.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/sass/_global/_utils.scss b/src/assets/sass/_global/_utils.scss index 30e2ad8..79e4fa5 100644 --- a/src/assets/sass/_global/_utils.scss +++ b/src/assets/sass/_global/_utils.scss @@ -44,6 +44,7 @@ bottom: 0; left: 0; z-index: -1; + cursor: default; } } @@ -77,4 +78,4 @@ @mixin not-clickable { pointer-events: none; cursor: default; -} \ No newline at end of file +}