1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Add view in room to action bar in thread list (#7519)

This commit is contained in:
Germain
2022-01-19 10:39:33 +00:00
committed by GitHub
parent 2743a75a21
commit 336217f668
3 changed files with 39 additions and 13 deletions

View File

@@ -127,6 +127,14 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/collapse-message.svg');
}
.mx_MessageActionBar_viewInRoom::after {
mask-image: url('$(res)/img/element-icons/view-in-room.svg');
}
.mx_MessageActionBar_copyLinkToThread::after {
mask-image: url('$(res)/img/element-icons/link.svg');
}
.mx_MessageActionBar_downloadButton.mx_MessageActionBar_downloadSpinnerButton::after {
background-color: transparent; // hide the download icon mask
}