mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 20:45:51 +00:00
UX: visual indicator for reorder sidebar links mode (#22379)
Bring back CSS which was removed here 10dce46886 (diff-fa3cff3fcf18e3677f75fd71989c9bbd1b9940a5ce73f9c9efa6c4cbb0123b97L34)
This commit is contained in:
parent
77732cd2b4
commit
2f5cb0a280
@ -24,6 +24,20 @@
|
||||
a {
|
||||
pointer-events: none;
|
||||
}
|
||||
.sidebar-section-link-wrapper {
|
||||
.sidebar-section-link-prefix.icon,
|
||||
.sidebar-section-link {
|
||||
background: none;
|
||||
color: var(--primary-low-mid);
|
||||
}
|
||||
.sidebar-section-link.drag {
|
||||
font-weight: bold;
|
||||
color: var(--primary-high);
|
||||
.sidebar-section-link-prefix.icon {
|
||||
color: var(--primary-high);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.discourse-touch {
|
||||
|
Loading…
x
Reference in New Issue
Block a user