UX: ensures cursor is pointer over custom sections (#21138)

This commit is contained in:
Joffrey JAFFEUX 2023-04-18 11:23:09 +02:00 committed by GitHub
parent ca82752976
commit 4fee0fc333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
a { a {
-webkit-touch-callout: none !important; -webkit-touch-callout: none !important;
@include unselectable; @include unselectable;
cursor: pointer;
} }
.sidebar-section-wrapper.disabled { .sidebar-section-wrapper.disabled {