Make group updates and other control messages selectable

// FREEBIE
This commit is contained in:
lilia 2016-09-06 17:39:47 -07:00
parent ab0083f341
commit d7b6e7c26b
2 changed files with 3 additions and 1 deletions

View file

@ -387,6 +387,7 @@ li.entry .error-icon-container {
.bubble { .bubble {
.content { .content {
font-style: italic; font-style: italic;
-webkit-user-select: text;
} }
&::before, &::after { &::before, &::after {

View file

@ -1213,7 +1213,8 @@ li.entry .error-icon-container {
clear: left; } clear: left; }
.message-container .control .bubble .content, .message-container .control .bubble .content,
.message-list .control .bubble .content { .message-list .control .bubble .content {
font-style: italic; } font-style: italic;
-webkit-user-select: text; }
.message-container .control .bubble::before, .message-container .control .bubble::after, .message-container .control .bubble::before, .message-container .control .bubble::after,
.message-list .control .bubble::before, .message-list .control .bubble::before,
.message-list .control .bubble::after { .message-list .control .bubble::after {