Enable threads by default and mark it as a beta feature (#8081)

This commit is contained in:
Germain
2022-04-05 17:15:31 +01:00
committed by GitHub
parent 27e48062b6
commit 694c39e72d
16 changed files with 257 additions and 68 deletions
@@ -48,7 +48,7 @@ limitations under the License.
cursor: initial;
}
> * {
>* {
white-space: nowrap;
display: inline-block;
position: relative;
@@ -102,6 +102,11 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/message/thread.svg');
}
.mx_MessageActionBar_threadButton .mx_Indicator {
background: $links;
animation-iteration-count: infinite;
}
.mx_MessageActionBar_editButton::after {
mask-image: url('$(res)/img/element-icons/room/message-bar/edit.svg');
}