summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-11 10:59:01 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-11 10:59:01 +0200
commitf9207443df6c7c947e253ea29292ba8e3a358f8f (patch)
treef2766176133e6fc6e93dc8cdc27ac07adc6c6388 /css
parentfd7ff9393bbb46e5d2aa9dbd19191b35db316470 (diff)
fix(chat): Fix CSS selector for avatars
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/icons.css b/css/icons.css
index 5fc3bb26f..7a9e4af95 100644
--- a/css/icons.css
+++ b/css/icons.css
@@ -71,12 +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,
+.user-bubble__avatar .avatar-class-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,
+.user-bubble__avatar .avatar-class-icon.icon-user-forced-white,
.tribute-container .icon-user-forced-white {
background-image: url(../img/icon-user-white.svg)
}