UX: normal cursor on custom sidebar link icon (#24427)

Recently, we disabled the option to reorder links directly from the sidebar. Instead, user has to go to edit modal.

https://github.com/discourse/discourse/pull/24188

However, move cursor was left, which is misleading.
This commit is contained in:
Krzysztof Kotlarek 2023-11-20 09:13:08 +11:00 committed by GitHub
parent c0b741b1cc
commit 265b8bf987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@
.sidebar-section-header {
display: flex;
}
.sidebar-section-link-prefix.icon {
cursor: move;
}
.sidebar-section[data-section-name="community"]
.sidebar-section-link-prefix.icon {
cursor: pointer;