Make group updates and other control messages selectable
// FREEBIE
This commit is contained in:
parent
ab0083f341
commit
d7b6e7c26b
2 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue