Remove addition of left-edge highlight on message mentions
It is clear that it would be best for me to address this piece in a separate PR.
This commit is contained in:
parent
05bd8a2440
commit
6aa1b2e7ef
6 changed files with 0 additions and 13 deletions
|
@ -578,14 +578,6 @@ $left-gutter: 64px;
|
|||
padding-inline-start: calc(var(--EventTile_group_line-spacing-inline-start) + 20px);
|
||||
}
|
||||
}
|
||||
|
||||
&.mx_EventTile_highlight,
|
||||
&.mx_EventTile_highlight .markdown-body {
|
||||
> .mx_EventTile_line {
|
||||
box-shadow: inset var(--EventTile-box-shadow-offset-x) 0 0 var(--EventTile-box-shadow-spread-radius)
|
||||
$event-highlight-edge-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&[data-layout="bubble"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue