mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-26 11:41:09 +01:00
* Replace element-icons/chat-bubbles.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/chat-bubbles.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace external-link.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/hide.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/explore.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/hash-*.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/share.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/group-members.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/mask-as-*.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/low-priority.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/plus-circle.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Replace element-icons/roles.svg with compound Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update jest snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
.mx_RoomGeneralContextMenu_iconStar::before {
|
|
mask-image: url("@vector-im/compound-design-tokens/icons/favourite-solid.svg");
|
|
}
|
|
|
|
.mx_RoomGeneralContextMenu_iconArrowDown::before {
|
|
mask-image: url("@vector-im/compound-design-tokens/icons/arrow-down.svg");
|
|
}
|
|
|
|
.mx_RoomGeneralContextMenu_iconMarkAsRead::before {
|
|
mask-image: url("@vector-im/compound-design-tokens/icons/mark-as-read.svg");
|
|
}
|
|
|
|
.mx_RoomGeneralContextMenu_iconMarkAsUnread::before {
|
|
mask-image: url("@vector-im/compound-design-tokens/icons/mark-as-unread.svg");
|
|
}
|
|
|
|
.mx_RoomGeneralContextMenu_iconSettings::before {
|
|
mask-image: url("@vector-im/compound-design-tokens/icons/settings-solid.svg");
|
|
}
|
|
|
|
.mx_RoomGeneralContextMenu_iconCopyLink::before {
|
|
mask-image: url("@vector-im/compound-design-tokens/icons/link.svg");
|
|
}
|
|
|
|
.mx_RoomGeneralContextMenu_iconInvite::before {
|
|
mask-image: url("$(res)/img/element-icons/room/invite.svg");
|
|
}
|
|
|
|
.mx_RoomGeneralContextMenu_iconSignOut::before {
|
|
mask-image: url("@vector-im/compound-design-tokens/icons/leave.svg");
|
|
}
|