Merge pull request #4693 from vector-im/luke/css-sending-event-tile

Make pills, emoji translucent when sending
pull/4730/head
David Baker 2017-07-28 15:34:09 +01:00 committed by GitHub
commit 384727a553
1 changed files with 7 additions and 0 deletions

View File

@ -128,6 +128,12 @@ limitations under the License.
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 {
color: $event-notsent-color;
}
@ -370,6 +376,7 @@ limitations under the License.
.mx_EventTile_content .markdown-body h6
{
font-family: inherit ! important;
color: inherit;
}