mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
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 {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.mx_EventTile_sending.mx_EventTile_redacted .mx_UnknownBody {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.mx_EventTile_notSent {
|
||||
color: $event-notsent-color;
|
||||
|
|
Loading…
Reference in a new issue