summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-12 12:49:29 +0200
committerJoas Schilling <coding@schilljs.com>2022-07-12 15:50:34 +0200
commit757b10f69c574eec932ea7116df7aa353233f09b (patch)
tree9873876267e565763e6d2de774f94686ed6552b7 /css
parenta5868a906070bcc9a4039003e86a336b6ca4b744 (diff)
Translate icon in mentions of chat input and messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss17
1 files changed, 8 insertions, 9 deletions
diff --git a/css/icons.scss b/css/icons.scss
index b8d2b0147..8e3c311a3 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -11,6 +11,14 @@
@include icon-black-white('grid-view', 'spreed', 1);
@include icon-black-white('folder-multiple-image', 'spreed', 1);
+// Mention bubbles in the chat input and messages
+.avatar-class-icon.icon-group-forced-white {
+ background-image: url(../img/icon-contacts-white.svg);
+}
+.avatar-class-icon.icon-user-forced-white {
+ background-image: url(../img/icon-contacts-white.svg);
+}
+
.app-talk,
.talk-modal,
.talk-sidebar-callview,
@@ -38,15 +46,6 @@
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));
- }
- .icon-user-forced-white {
- background-image: url(icon-color-path('user', 'actions', 'fff', 1, true));
- }
-
&.in-call {
.app-navigation-toggle,
.app-content .action-item__menutoggle {