mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 06:13:45 +08:00
68c4f16a73
The settings tab of each category channel should now present the option to allow or disallow channel wide mentions: @here and @all. When disallowed, using these mentions in the channel should have no effect.
10 lines
165 B
SCSS
10 lines
165 B
SCSS
.chat-channel-settings-saved-indicator {
|
|
padding-left: 0.5rem;
|
|
color: var(--success);
|
|
font-weight: normal;
|
|
|
|
.d-icon-check {
|
|
margin-right: 0.25rem;
|
|
}
|
|
}
|