Make message metadata non-selectable
This commit is contained in:
parent
d4558dc13b
commit
dfb3c2391c
1 changed files with 9 additions and 0 deletions
|
@ -448,6 +448,7 @@
|
||||||
.module-message__container--with-tap-to-view {
|
.module-message__container--with-tap-to-view {
|
||||||
min-width: 148px;
|
min-width: 148px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-message__container--with-tap-to-view-pending {
|
.module-message__container--with-tap-to-view-pending {
|
||||||
|
@ -660,6 +661,7 @@
|
||||||
|
|
||||||
.module-message__generic-attachment__icon-container {
|
.module-message__generic-attachment__icon-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
.module-message__generic-attachment__spinner-container {
|
.module-message__generic-attachment__spinner-container {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
|
@ -734,6 +736,7 @@
|
||||||
@include font-body-2-bold;
|
@include font-body-2-bold;
|
||||||
|
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
// Handling really long filenames - cut them off
|
// Handling really long filenames - cut them off
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
@ -763,6 +766,7 @@
|
||||||
@include font-body-2;
|
@include font-body-2;
|
||||||
|
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
@include light-theme {
|
@include light-theme {
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
|
@ -911,6 +915,7 @@
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&__profile-name {
|
&__profile-name {
|
||||||
@include font-caption-bold-italic;
|
@include font-caption-bold-italic;
|
||||||
|
@ -1069,6 +1074,7 @@
|
||||||
|
|
||||||
.module-message__metadata__date {
|
.module-message__metadata__date {
|
||||||
@include font-caption;
|
@include font-caption;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
@include light-theme {
|
@include light-theme {
|
||||||
color: $color-white-alpha-80;
|
color: $color-white-alpha-80;
|
||||||
|
@ -1272,6 +1278,7 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&--incoming {
|
&--incoming {
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
|
@ -4076,6 +4083,7 @@ button.module-conversation-details__action-button {
|
||||||
|
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8965,6 +8973,7 @@ button.module-image__border-overlay:focus {
|
||||||
.module-last-seen-indicator {
|
.module-last-seen-indicator {
|
||||||
padding-top: 25px;
|
padding-top: 25px;
|
||||||
padding-bottom: 35px;
|
padding-bottom: 35px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-last-seen-indicator__bar {
|
.module-last-seen-indicator__bar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue