Update "jump to related event" for design requirements & dev tooling (#8652)

This commit is contained in:
Travis Ralston
2022-05-20 08:07:00 -06:00
committed by GitHub
parent 804ddbb332
commit 025fb631b7
4 changed files with 3 additions and 3 deletions

View File

@@ -111,6 +111,6 @@ limitations under the License.
}
.mx_MessageContextMenu_jumpToEvent::before {
mask-image: url('$(res)/img/element-icons/left-arrow.svg');
mask-image: url('$(res)/img/element-icons/child-relationship.svg');
}
}