diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 4fbe387b20..d6a2a24237 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1023,6 +1023,8 @@ $message-padding-horizontal: 12px; @include font-body-1-italic; } .module-message__text--delete-for-everyone { + user-select: none; + @include light-theme { color: $color-gray-90; }