no-select

This commit is contained in:
Yuri Kuznetsov
2025-11-13 18:03:00 +02:00
parent 08fecd2dc0
commit 9e78d4cad3
2 changed files with 6 additions and 2 deletions

View File

@@ -482,9 +482,9 @@ class EmailAddressVarcharFieldView extends BaseFieldView {
$text.append(
$('<span>').text(name),
' ',
'<span class="no-select"> </span>',
$('<span>').addClass('text-muted middle-dot'),
' '
'<span class="no-select"> </span>'
);
}

View File

@@ -213,6 +213,10 @@ small,
top: var(--minus-1px);
}
.no-select {
user-select: none;
}
a[role="button"],
a[href="javascript:"] {
&:not(.selectable) {