reduced opacity for pending redactions
This commit is contained in:
parent
02c9e29937
commit
f9188bca92
1 changed files with 3 additions and 0 deletions
|
@ -169,6 +169,9 @@ limitations under the License.
|
||||||
.mx_EventTile_sending .mx_RoomPill {
|
.mx_EventTile_sending .mx_RoomPill {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
.mx_EventTile_sending.mx_EventTile_redacted .mx_UnknownBody {
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile_notSent {
|
.mx_EventTile_notSent {
|
||||||
color: $event-notsent-color;
|
color: $event-notsent-color;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue