mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:51:36 +08:00
7 lines
94 B
SCSS
7 lines
94 B
SCSS
|
.chat-message *,
|
||
|
.chat-composer-row,
|
||
|
.chat-reply,
|
||
|
.replying-text {
|
||
|
@include unselectable;
|
||
|
}
|