Enable threads by default and mark it as a beta feature (#8081)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user