Issue #2106 - Follow-up: Additional Un-prefixing

This commit is contained in:
Andy 2025-07-07 10:43:13 -07:00 committed by roytam1
commit 1a5b3dcae6
52 changed files with 152 additions and 152 deletions

View file

@ -94,7 +94,7 @@ a {
/* The red bubble that shows the number of times a message is repeated */
.message-repeats {
-moz-user-select: none;
user-select: none;
flex: none;
margin: 2px 6px;
padding: 0 6px;
@ -161,7 +161,7 @@ a {
#output-wrapper {
direction: ltr;
overflow: auto;
-moz-user-select: text;
user-select: text;
position: relative;
}