mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 04:19:45 +08:00
![Joffrey JAFFEUX](/assets/img/avatar_default.png)
This commit also standardize the naming pattern of modals: `<Chat::Modal::FooBar />` and changes css class accordingly. Co-authored-by: David Taylor <david@taylorhq.com>
11 lines
165 B
SCSS
11 lines
165 B
SCSS
.chat-modal-move-message-to-channel {
|
|
&__channel-chooser {
|
|
width: 100%;
|
|
.category-chat-badge {
|
|
.d-icon {
|
|
color: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|