Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Changing the color of highlights to avoid confusions #2896

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ limitations under the License.
.mx_EventTile_highlight,
.mx_EventTile_highlight .markdown-body
{
color: $warning-color;
color: $primary-fg-color; //Only the user's mention (name) would be highlighted in red and not the message itself to avoid confusion
}

.mx_EventTile_contextual {
Expand Down