mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Merge pull request #3379 from vector-im/luke/css-visible-redactions
CSS for redacted EventTiles
This commit is contained in:
commit
23422fdb86
1 changed files with 10 additions and 0 deletions
|
@ -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 a new issue