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 20:23:14 +0300
committerJoas Schilling <coding@schilljs.com>2020-01-09 22:19:18 +0300
commitc1fc2a123edef30cc040beb9de32c1f4a8b44e61 (patch)
tree748fa2c79fdc8775a9720c0a280c231c541d40be /css
parent2f98ec671e1c8a2131ef340b0e81c9497b537f1e (diff)
Show avatars for candidate mentions in the autocompletion panel
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index f3de8e515..198d897a1 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -67,3 +67,13 @@
@include icon-color('star-dark', 'actions', 'FC0', 1, true);
}
}
+
+// The atwho panel is a direct child of the body, so it is not affected by
+// .app-Talk rules above.
+.atwho-panel {
+ // "forced-white" needs to be included in the class name as the Avatar does
+ // not accept several classes.
+ .icon-group-forced-white {
+ background-image: url(icon-color-path('group', 'actions', 'fff', 1, true));
+ }
+}