discourse/plugins/chat/assets/stylesheets/desktop/chat-message-actions.scss
Joffrey JAFFEUX 07e1b0591f
REFACTOR: chat-msgactions (#18969)
- s/chat-msg-actions/chat-message-actions
- s/chat-msgactions-hover/chat-message-actions-container
- creates dedicated css files for this component
- removes useless code
- removes grayscale
2022-11-10 15:08:14 +01:00

6 lines
146 B
SCSS

.chat-message-actions[data-popper-reference-hidden],
.chat-message-actions[data-popper-escaped] {
visibility: hidden;
pointer-events: none;
}