From 4fee0fc333817137b4dee3ff97327382437aca5a Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Tue, 18 Apr 2023 11:23:09 +0200 Subject: [PATCH] UX: ensures cursor is pointer over custom sections (#21138) --- app/assets/stylesheets/common/base/sidebar-custom-section.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/sidebar-custom-section.scss b/app/assets/stylesheets/common/base/sidebar-custom-section.scss index da82818f80b..9b945a07298 100644 --- a/app/assets/stylesheets/common/base/sidebar-custom-section.scss +++ b/app/assets/stylesheets/common/base/sidebar-custom-section.scss @@ -21,6 +21,7 @@ a { -webkit-touch-callout: none !important; @include unselectable; + cursor: pointer; } .sidebar-section-wrapper.disabled {