mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
CSS for redacted EventTiles
This commit is contained in:
parent
c6da4d93f1
commit
a7db42d184
@ -130,6 +130,16 @@ limitations under the License.
|
||||
color: $event-notsent-color;
|
||||
}
|
||||
|
||||
.mx_EventTile_redacted {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.mx_EventTile_redacted .mx_EventTile_line,
|
||||
.mx_EventTile_redacted:hover .mx_EventTile_line,
|
||||
.mx_EventTile_redacted.menu .mx_EventTile_line {
|
||||
background-color: $primary-fg-color;
|
||||
}
|
||||
|
||||
.mx_EventTile_highlight,
|
||||
.mx_EventTile_highlight .markdown-body
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user