Skip to content

Commit

Permalink
style: align mention icons with conversation icons
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Feb 27, 2024
1 parent fca0fae commit 9b6c236
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,16 @@
* not accept several classes. */
.user-bubble__avatar .avatar-class-icon.icon-group-forced-white,
.tribute-container .icon-group-forced-white {
background-color: var(--color-text-maxcontrast-default);
background-image: url(../img/icon-contacts-white.svg);
background-size: 75%;
}

.user-bubble__avatar .avatar-class-icon.icon-user-forced-white,
.tribute-container .icon-user-forced-white {
background-image: url(../img/icon-user-white.svg)
background-color: var(--color-text-maxcontrast-default);
background-image: url(../img/icon-user-white.svg);
background-size: 75%;
}

/* Needed to use white color also in dark mode. */
Expand Down

0 comments on commit 9b6c236

Please sign in to comment.