summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-12 12:20:24 +0200
committerJoas Schilling <coding@schilljs.com>2022-07-12 12:20:24 +0200
commit34ece570864016a294eb41a69e51f6ca4f79f92d (patch)
treece537d225a4f5a501cb86b967762301dfbffb9e8 /css
parenta61858eabe738b47e7ddd38b62853e4b5ebb8cd8 (diff)
Translate simple rules
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss18
1 files changed, 7 insertions, 11 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 1b898f5f2..0a0a87abb 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -116,17 +116,13 @@
// The atwho panel is a direct child of the body, so it is not affected by
// .app-Talk rules above.
-.talk.candidate-mentions.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));
- }
+// "forced-white" needs to be included in the class name as the Avatar does
+// not accept several classes.
+.talk.candidate-mentions.atwho-panel .icon-group-forced-white {
+ background-image: url(../img/icon-contacts-white.svg);
}
-.app-files {
- // Needed to use white color also in dark mode.
- .app-sidebar__close.forced-white {
- color: #ffffff;
- }
+// Needed to use white color also in dark mode.
+.app-files .app-sidebar__close.forced-white {
+ color: #ffffff;
}