summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-26 13:53:33 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-26 13:53:33 +0200
commite909e4c339dffa7bb63092531d9ef577baf99a07 (patch)
tree17d07262b32f84a7c66f80d90992219fb04aba46 /css
parent78907675a1e2a27f65ba0fb20dbfb002cc2b9c00 (diff)
fix(chat): Fix missing avatar icon for mention bubbles in chat input
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/icons.css b/css/icons.css
index 68cc2cb1a..5fc3bb26f 100644
--- a/css/icons.css
+++ b/css/icons.css
@@ -71,10 +71,12 @@
* .app-Talk rules above.
* "forced-white" needs to be included in the class name as the Avatar does
* not accept several classes. */
+.mention-bubble__icon.icon-group-forced-white,
.tribute-container .icon-group-forced-white {
background-image: url(../img/icon-contacts-white.svg);
}
+.mention-bubble__icon.icon-user-forced-white,
.tribute-container .icon-user-forced-white {
background-image: url(../img/icon-user-white.svg)
}