mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
f55266e1ca
- rounded active style for messages - better active state on chat message actions rows - ensures long press on a message is not selecting text - slightly improved messages actions animation and background fading - ensures chat emoji picker is not cutoff on right side - removes old legacy code related to hovered message
12 lines
192 B
SCSS
12 lines
192 B
SCSS
.mobile-view.has-full-page-chat {
|
|
#skip-link,
|
|
.d-header,
|
|
.chat-message-actions-mobile-outlet,
|
|
.chat-live-pane,
|
|
.chat-thread {
|
|
> * {
|
|
@include user-select(none);
|
|
}
|
|
}
|
|
}
|