Fix colour regressions (#11273)
* Fix color contrast of notice events Fixes https://github.com/vector-im/element-web/issues/25808 * Restore alert color for highlighted events Fixes https://github.com/vector-im/element-web/issues/25788 * Fix quote border for highlighted events Fixes https://github.com/vector-im/element-web/issues/25811 * Fix media background mixing with event highlighted Fixes https://github.com/vector-im/element-web/issues/25812
This commit is contained in:
parent
2bc4764e01
commit
5d4153fa64
5 changed files with 6 additions and 6 deletions
|
@ -143,7 +143,7 @@ $left-gutter: 64px;
|
|||
&.mx_EventTile_highlight,
|
||||
&.mx_EventTile_highlight .markdown-body,
|
||||
&.mx_EventTile_highlight .mx_EventTile_edited {
|
||||
color: $primary-content;
|
||||
color: $alert;
|
||||
}
|
||||
|
||||
&.mx_EventTile_bubbleContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue