Migrate ViewSourceEvent to TypeScript

This commit is contained in:
Germain Souquet 2021-07-22 17:11:23 +02:00
parent 6765bb8f4c
commit 0768f03097
3 changed files with 21 additions and 13 deletions

View file

@ -43,8 +43,10 @@ limitations under the License.
margin-bottom: 7px;
mask-image: url('$(res)/img/feather-customised/minimise.svg');
}
}
&:hover .mx_ViewSourceEvent_toggle {
.mx_EventTile:hover {
.mx_ViewSourceEvent_toggle {
visibility: visible;
}
}

View file

@ -219,13 +219,16 @@ limitations under the License.
display: flex;
align-items: center;
justify-content: center;
.mx_EventTile_avatar {
position: static;
order: -1;
margin-right: 5px;
}
.mx_EventTile_e2eIcon {
margin-left: 9px;
}
}
& ~ .mx_EventListSummary {