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
+3 -1
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;
}
}