Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-09 05:00:20 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-09 16:38:50 +0300
commit5f3f714d0c3afd96bd3cd9b6d92e430069821566 (patch)
tree4db6fb9f57118bfc26448d97cfb73d8a256cd043 /css
parentd7cc4f35105ed18dccd920496b04ce0c959273eb (diff)
Show mentions to guests using a UserBubble
The UserBubble component currently does not provide a way to set an arbitrary letter on the avatar, only the first letter of the display name or an icon. Therefore, for the time being, a user icon is used for the avatar instead of the "?" character. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 10168c514..f3de8e515 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -34,6 +34,9 @@
.icon-group-forced-white {
background-image: url(icon-color-path('group', 'actions', 'fff', 1, true));
}
+ .icon-user-forced-white {
+ background-image: url(icon-color-path('user', 'actions', 'fff', 1, true));
+ }
.forced-white {
&.icon-menu-people {