reduced opacity for pending redactions

This commit is contained in:
Bruno Windels 2019-06-18 13:48:51 +02:00
parent 02c9e29937
commit f9188bca92

View file

@ -169,6 +169,9 @@ limitations under the License.
.mx_EventTile_sending .mx_RoomPill {
opacity: 0.5;
}
.mx_EventTile_sending.mx_EventTile_redacted .mx_UnknownBody {
opacity: 0.4;
}
.mx_EventTile_notSent {
color: $event-notsent-color;