mirror of
https://github.com/nextcloud/spreed.git
synced 2025-07-21 10:37:10 +00:00
fix(chat): Fix CSS selector for avatars
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user