summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-12 15:57:07 +0200
committerJoas Schilling <coding@schilljs.com>2022-07-12 15:57:07 +0200
commita0c9c02d8561db1c372e9ddbae70a935ac82676d (patch)
tree2bb19b42bbc5185401c545b7fdbb6b3f94b09c18 /css
parent141cbbf87c16047ccdcb34968054b1159388fd7d (diff)
Fix comments
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/css/icons.css b/css/icons.css
index e666fac55..156d68b26 100644
--- a/css/icons.css
+++ b/css/icons.css
@@ -1,4 +1,4 @@
-// Mention bubbles in the chat input and messages
+/* Mention bubbles in the chat input and messages */
.avatar-class-icon.icon-group-forced-white {
background-image: url(../img/icon-contacts-white.svg);
}
@@ -67,15 +67,15 @@
background-image: url(../img/changelog.svg);
}
-// The atwho panel is a direct child of the body, so it is not affected by
-// .app-Talk rules above.
-// "forced-white" needs to be included in the class name as the Avatar does
-// not accept several classes.
+/* The atwho panel is a direct child of the body, so it is not affected by
+ * .app-Talk rules above.
+ * "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);
}
-// Needed to use white color also in dark mode.
+/* Needed to use white color also in dark mode. */
.app-files .app-sidebar__close.forced-white {
color: #ffffff;
}