discourse/app/assets/stylesheets/common/components/_index.scss
Alan Guo Xiang Tan 08d8bd9f43
FEATURE: Add modal for editing tags in navigation menu (#22214)
What does this change do?

This change is a first pass for adding a modal used to edit tags that appears in
the navigation menu. As the feature is being worked on in phases, it is
currently hidden behind the `new_edit_sidebar_categories_tags_interface_groups` site setting.

The following features will be worked on in future commits:

1. Input filter to filter through the tgas
2. Button to reset tag selection to default navigation menu tags site
   settings
3. Button to deselect all current selection
2023-06-21 09:09:56 +08:00

45 lines
1.2 KiB
SCSS

@import "badges";
@import "banner";
@import "bookmark-list";
@import "bookmark-modal";
@import "buttons";
@import "color-input";
@import "char-counter";
@import "conditional-loading-section";
@import "convert-to-public-topic-modal";
@import "d-tooltip";
@import "d-toggle-switch";
@import "date-input";
@import "date-picker";
@import "date-time-input-range";
@import "date-time-input";
@import "footer-nav";
@import "form-template-field";
@import "group-member-dropdown";
@import "groups-form-membership-fields";
@import "hashtag";
@import "horizontal-overflow-nav";
@import "iframed-html";
@import "ignored-user-list";
@import "keyboard_shortcuts";
@import "navs";
@import "offline-indicator";
@import "pick-files-button";
@import "relative-time-picker";
@import "share-and-invite-modal";
@import "download-calendar";
@import "sidebar-categories-form";
@import "sidebar-tags-form";
@import "svg";
@import "tap-tile";
@import "time-input";
@import "time-shortcut-picker";
@import "topic-query-filter";
@import "user-card";
@import "user-info";
@import "user-status-message";
@import "user-status-picker";
@import "user-stream-item";
@import "user-stream";
@import "widget-dropdown";