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:
parent
c0b741b1cc
commit
265b8bf987
|
@ -5,10 +5,6 @@
|
||||||
.sidebar-section-header {
|
.sidebar-section-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-section-link-prefix.icon {
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
.sidebar-section[data-section-name="community"]
|
.sidebar-section[data-section-name="community"]
|
||||||
.sidebar-section-link-prefix.icon {
|
.sidebar-section-link-prefix.icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue