mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 05:43:44 +08:00
853bce2abc
What does this change do?
This change is a continuation of
2191b879c6
and adds an input filter to the
edit sidebar categories modal which the user can use to filter through
the list of categories by the category's name.
Note that if a child category is being shown, all of its ancestors will
be shown even if the names of the ancestors do not match the given
filter. This is to ensure that we continue to display the hierarchy of a
child category even if the parent category does not match the filter.
5 lines
124 B
SCSS
5 lines
124 B
SCSS
@import "sidebar-categories-form";
|
|
@import "topic-footer-mobile-dropdown";
|
|
@import "user-card";
|
|
@import "user-stream-item";
|