mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 00:35:18 +08:00
9830c40386
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;
|
|
}
|
|
}
|
|
}
|
|
}
|