Skip to content

Commit

Permalink
feat(fuselage): Update selected message background (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Dec 4, 2024
1 parent 418dd23 commit a38bf08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-points-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/fuselage': minor
---

feat(fuselage): Update selected message background
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $message-background-color-hover: functions.theme(

$message-background-color-selected: functions.theme(
'message-background-color-selected',
colors.status-background(success)
colors.surface(selected)
);

$message-background-color-editing: functions.theme(
Expand Down Expand Up @@ -108,12 +108,6 @@ $message-highlight-colors-background-other-color: theme(

&--selected {
background: $message-background-color-selected !important;

.rcx-message-header__name,
.rcx-message-header__time,
.rcx-message-body {
color: colors.font(pure-black);
}
}

&--editing {
Expand Down

0 comments on commit a38bf08

Please sign in to comment.