mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-20 21:21:23 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
8b26d5b7fb
@ -128,6 +128,12 @@ limitations under the License.
|
|||||||
color: $event-sending-color;
|
color: $event-sending-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_EventTile_sending .mx_UserPill,
|
||||||
|
.mx_EventTile_sending .mx_RoomPill,
|
||||||
|
.mx_EventTile_sending .mx_emojione {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile_notSent {
|
.mx_EventTile_notSent {
|
||||||
color: $event-notsent-color;
|
color: $event-notsent-color;
|
||||||
}
|
}
|
||||||
@ -370,6 +376,7 @@ limitations under the License.
|
|||||||
.mx_EventTile_content .markdown-body h6
|
.mx_EventTile_content .markdown-body h6
|
||||||
{
|
{
|
||||||
font-family: inherit ! important;
|
font-family: inherit ! important;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user