mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-27 12:11:36 +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>
17 lines
505 B
Plaintext
17 lines
505 B
Plaintext
/*
|
|
Copyright 2024 New Vector Ltd.
|
|
Copyright 2018-2020 The Matrix.org Foundation C.I.C.
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
|
Please see LICENSE files in the repository root for full details.
|
|
*/
|
|
|
|
.mx_EventTileBubble.mx_CreateEvent {
|
|
margin: var(--EventTileBubble_margin-block) auto;
|
|
|
|
&::before {
|
|
background-color: $header-panel-text-primary-color;
|
|
mask-image: url("@vector-im/compound-design-tokens/icons/chat-solid.svg");
|
|
}
|
|
}
|