summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-09 02:58:12 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2020-01-09 14:38:50 +0100
commitd7cc4f35105ed18dccd920496b04ce0c959273eb (patch)
tree08434b146e0514dbe7c04107896b6cd48958d8d6 /css
parentb276e058a95cffff7be6d04f4c420a8e913a9f26 (diff)
Show mentions to all using a UserBubble
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index bff8af3fc..10168c514 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -29,6 +29,12 @@
background-image: url('../img/changelog.svg');
}
+ // "forced-white" needs to be included in the class name as the UserBubble
+ // does not accept several classes.
+ .icon-group-forced-white {
+ background-image: url(icon-color-path('group', 'actions', 'fff', 1, true));
+ }
+
.forced-white {
&.icon-menu-people {
background-image: url(icon-color-path('menu-people', 'spreed', 'fff', 1));